From: Michael Tremer Date: Mon, 15 May 2023 16:19:27 +0000 (+0000) Subject: builds: Show the repos block all the time X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e925de94a7ab4bd4d2d004e94a89eae8d56082;p=pbs.git builds: Show the repos block all the time Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/show.html b/src/templates/builds/show.html index 56178b58..862f97c1 100644 --- a/src/templates/builds/show.html +++ b/src/templates/builds/show.html @@ -170,12 +170,14 @@ {% end %} {# Repos #} - {% if build.repos %} + {% if not build.is_test() %}
{{ _("Repositories") }}
- {% module ReposList(build.repos, build=build) %} + {% if build.repos %} + {% module ReposList(build.repos, build=build) %} + {% end %} {% if build.owner and build.has_perm(current_user) %}