Commit d6900d27b97ad5da64faccc0484ec4542c503551

Thomas de Grivel 2025-04-11T16:08:31

wip ci

1
2
3
4
5
6
7
8
9
10
11
diff --git a/home/ci/app/templates/rbpkg/show_repo.html.ekc3 b/home/ci/app/templates/rbpkg/show_repo.html.ekc3
index 30a1a15..391f406 100644
--- a/home/ci/app/templates/rbpkg/show_repo.html.ekc3
+++ b/home/ci/app/templates/rbpkg/show_repo.html.ekc3
@@ -6,5 +6,5 @@
     <a href="<%= Route.rbpkg(repo, tree) %>"><%= tree %></a>
   </h1>
 
-  <pre><%= info %></pre>
+  <pre><%= inspect(info) %></pre>
 </div>