From: Michael Tremer Date: Fri, 12 May 2023 23:09:58 +0000 (+0000) Subject: repos: Improve appearance of header X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5bdbd7e40b092f044abe8dcdff69c09f62fe561;p=pbs.git repos: Improve appearance of header Signed-off-by: Michael Tremer --- diff --git a/src/templates/repos/show.html b/src/templates/repos/show.html index 60e83a4d..b587df0e 100644 --- a/src/templates/repos/show.html +++ b/src/templates/repos/show.html @@ -3,51 +3,51 @@ {% block title %}{{ _("Repository") }} - {{ repo }}{% end block %} {% block body %} -
-
- -

{{ distro }} - {{ repo }}

+

{{ distro }} - {{ repo }}

-
-
- {# Description #} - {% if repo.description %} + {# Description #} + {% if repo.description %} +
{% module Text(repo.description) %} +
+ {% end %} -
- {% end %} - +
+
+
+
-
- - {{ _("Download Configuration") }} - + {# Actions #} +
+
+
+ + {{ _("Show All Builds") }} + - {% if repo.has_perm(current_user) %} - - {{ _("Edit") }} - - {% end %} -
+ + {{ _("Download Configuration") }} + + + {% if repo.has_perm(current_user) %} + + {{ _("Edit") }} + + {% end %}
@@ -97,10 +106,6 @@

{{ _("Recently Added Builds") }}

{% module BuildsList(builds) %} - - - {{ _("Show All Builds") }} - {% end %}