From: Michael Tremer Date: Thu, 13 Feb 2025 15:42:38 +0000 (+0000) Subject: builds: Show summary X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=401be008a38d313a842e1d148af96a591ef94cdf;p=pbs.git builds: Show summary Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/macros.html b/src/templates/builds/macros.html index 1d28aadc..b838e030 100644 --- a/src/templates/builds/macros.html +++ b/src/templates/builds/macros.html @@ -37,9 +37,18 @@ - - {{ build }} - +
+
+ {{ build }} +
+ + {# Show the summary in a second line #} +

+ + {{ build.pkg.summary | summary }} + +

+