1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Fix display of non-aggregate builds

This commit is contained in:
Eelco Dolstra 2013-08-15 13:57:47 +02:00
parent 242072bbd6
commit 8e1ade4422

View file

@ -7,7 +7,7 @@
[% project = build.project %] [% project = build.project %]
[% jobset = build.jobset %] [% jobset = build.jobset %]
[% job = build.job %] [% job = build.job %]
[% isAggregate = constituents ? 1 : 0 %] [% isAggregate = constituents.size > 0 %]
[% BLOCK renderOutputs %] [% BLOCK renderOutputs %]
[% start=1; FOREACH output IN outputs %] [% start=1; FOREACH output IN outputs %]