From 401be008a38d313a842e1d148af96a591ef94cdf Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 13 Feb 2025 15:42:38 +0000 Subject: [PATCH] builds: Show summary Signed-off-by: Michael Tremer --- src/templates/builds/macros.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 }} + +

+
-- 2.47.2