* 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> </thead>
<tbody> <tbody>
[% n = 0 %] [% n = 0 %]
[% FOREACH job IN jobs %] [% FOREACH j IN jobs %]
[% INCLUDE renderJob baseName="job-$n" %] [% INCLUDE renderJob baseName="job-$n" job=j %]
[% n = n + 1 %] [% n = n + 1 %]
[% END %] [% END %]
<tr> <tr>