From: Michael Tremer Date: Fri, 12 May 2023 22:13:44 +0000 (+0000) Subject: builds: Move actions out of the top box X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40233f81049ec3784888b656e39c30d79d04aaf8;p=pbs.git builds: Move actions out of the top box Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/show.html b/src/templates/builds/show.html index 86fbc0c4..babb3d97 100644 --- a/src/templates/builds/show.html +++ b/src/templates/builds/show.html @@ -88,27 +88,30 @@ -
-
- - - - - - {{ _("Source Package") }} - - - {# Delete #} - {% if build.can_be_deleted(current_user) %} - - {{ _("Delete Build") }} - - {% end %} -
+ {# Watchers #} + {% module BuildWatchers(build) %} +
+ + - {# Watchers #} - {% module BuildWatchers(build) %} - + {# Actions #} +
+
+
+ + + + + + {{ _("Source Package") }} + + + {# Delete #} + {% if build.can_be_deleted(current_user) %} + + {{ _("Delete Build") }} + + {% end %}