From: Michael Tremer Date: Wed, 12 Feb 2025 14:29:50 +0000 (+0000) Subject: builds: Add an icon to view package X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81f3d44259add8220afbc03b3bfbea4263d48c51;p=pbs.git builds: Add an icon to view package Tags should not be clickable. It isn't obvious. Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/macros.html b/src/templates/builds/macros.html index 813b1473..1d28aadc 100644 --- a/src/templates/builds/macros.html +++ b/src/templates/builds/macros.html @@ -175,9 +175,13 @@ {% for arch, pkgs_by_arch in pkgs_by_name | groupby("arch") %} {% for p in pkgs_by_arch %}
+ + {{ p.arch }} + + - - {{ p.arch }} + +