From 5cdcf432f4542dacabb37078158800010490f1ad Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 12 Feb 2025 11:37:35 +0000 Subject: [PATCH] builds: Properly check if something is a scratch build Signed-off-by: Michael Tremer --- src/templates/builds/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/builds/show.html b/src/templates/builds/show.html index ac4112ad..bbe5e6a6 100644 --- a/src/templates/builds/show.html +++ b/src/templates/builds/show.html @@ -56,7 +56,7 @@
{# Scratch Build #} - {% if build.owner %} + {% if build.is_scratch() %} {{ _("Scratch Build by %s") % build.owner }} -- 2.47.3