From: Michael Tremer Date: Wed, 22 Jun 2022 09:06:33 +0000 (+0000) Subject: jobs: Fix link to build in job list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6bda7f3f5c4e31d6f471bb3eb6cedd59d4df532;p=pbs.git jobs: Fix link to build in job list Signed-off-by: Michael Tremer --- diff --git a/src/templates/modules/jobs/list.html b/src/templates/modules/jobs/list.html index 9633b01c..1c2fec08 100644 --- a/src/templates/modules/jobs/list.html +++ b/src/templates/modules/jobs/list.html @@ -3,13 +3,11 @@
- - {% if show_arch_only %} - {{ job.arch }} - {% else %} - {{ job }} - {% end %} - + {% if show_arch_only %} + {{ job.arch }} + {% else %} + {{ job }} + {% end %}
{# Show all packages that have been built #}