]> git.ipfire.org Git - pbs.git/commitdiff
web: Refactor repository listing
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Oct 2022 18:16:28 +0000 (18:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Oct 2022 18:16:28 +0000 (18:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/repos/modules/list.html

index 71114da88aa6a10c696b1e62889ae1ff62ad983a..3a1f6f9b87531af6374e25b3c99f4070a3304075 100644 (file)
@@ -1,7 +1,9 @@
 {% for repo in repos %}
-       <div class="callout">
-               <h5>
-                       <a href="{{ repo.url }}">{{ repo }}</a>
-               </h5>
+       <div class="block">
+               <div class="box">
+                       <h5 class="title is-5">
+                               <a href="{{ repo.url }}">{{ repo }}</a>
+                       </h5>
+               </div>
        </div>
 {% end %}