From: Michael Tremer Date: Wed, 19 Oct 2022 18:16:28 +0000 (+0000) Subject: web: Refactor repository listing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193ddfab4c393642a72831bab996a2f89a10ea8e;p=pbs.git web: Refactor repository listing Signed-off-by: Michael Tremer --- diff --git a/src/templates/repos/modules/list.html b/src/templates/repos/modules/list.html index 71114da8..3a1f6f9b 100644 --- a/src/templates/repos/modules/list.html +++ b/src/templates/repos/modules/list.html @@ -1,7 +1,9 @@ {% for repo in repos %} -
-
- {{ repo }} -
+
+
+
+ {{ repo }} +
+
{% end %}