From: Michael Tremer Date: Sat, 3 May 2025 11:41:01 +0000 (+0000) Subject: builds: Show tested build in the Test Build tag X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c4f8cd693afa62d1fc809c62d2689f99fb6a62c;p=pbs.git builds: Show tested build in the Test Build tag Signed-off-by: Michael Tremer --- 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 %}