From: Michael Tremer Date: Thu, 20 Jul 2023 10:16:55 +0000 (+0000) Subject: builds: Show better tags X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e7fc49a9c40bb6464fc72405b45d38b1499bef;p=pbs.git builds: Show better tags Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/show.html b/src/templates/builds/show.html index 380bf544..af3a5ed2 100644 --- a/src/templates/builds/show.html +++ b/src/templates/builds/show.html @@ -27,40 +27,40 @@ -

{{ build }}

- - {% if build.is_test() %} -
- {{ _("Test Build") }} - - - {{ build.test_build_for }} - -
- {% else %} -
- {{ build.pkg.summary }} -
- {% end %} +
+
+

{{ build }}

+ + {% if build.is_test() %} +
+ {{ _("Test Build") }} + + + {{ build.test_build_for }} + +
+ {% else %} +
+ {{ build.pkg.summary }} +
+ {% end %} -
- {# Scratch Build #} - {% if build.owner %} - - {{ _("Scratch Build by %s") % build.owner }} - - {% end %} +
+ {# Scratch Build #} + {% if build.owner %} + + {{ _("Scratch Build by %s") % build.owner }} + + {% end %} - {# Deprecated? #} - {% if build.is_deprecated() %} - - {{ _("Deprecated") }} - - {% end %} -
+ {# Deprecated? #} + {% if build.is_deprecated() %} + + {{ _("Deprecated") }} + + {% end %} +
-
-
{# Scratch Build #} {% if build.owner %} {% if build.message %}