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

* Don't show the job menu.

This commit is contained in:
Eelco Dolstra 2009-09-30 13:13:43 +00:00
parent 2613d8721a
commit 117be5182c

View file

@ -46,8 +46,8 @@
</thead>
<tbody>
[% n = 0 %]
[% FOREACH job IN jobs %]
[% INCLUDE renderJob baseName="job-$n" %]
[% FOREACH j IN jobs %]
[% INCLUDE renderJob baseName="job-$n" job=j %]
[% n = n + 1 %]
[% END %]
<tr>