From 1c4f8cd693afa62d1fc809c62d2689f99fb6a62c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 3 May 2025 11:41:01 +0000 Subject: [PATCH] builds: Show tested build in the Test Build tag Signed-off-by: Michael Tremer --- src/templates/builds/show.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/templates/builds/show.html b/src/templates/builds/show.html index b046ee04..f72bdc15 100644 --- a/src/templates/builds/show.html +++ b/src/templates/builds/show.html @@ -42,10 +42,8 @@ {% if build.is_test() %}
- {{ _("Test Build") }} - - - {{ build.group.tested_build }} + + {{ _("Test Build for %s") % build.group.tested_build }}
{% else %} -- 2.47.2