- adapted ui for hydra, more in line with nixos.org website

This commit is contained in:
Rob Vermaas
2010-01-07 14:25:12 +00:00
parent 791a6eddd6
commit 67f468e0a3
12 changed files with 331 additions and 97 deletions

View File

@ -68,7 +68,7 @@
[% END %]
<th>#</th>
[% IF showSchedulingInfo %]
<th>Priority</th>
<th>P</th>
[% END %]
<th>Job</th>
<th>Release Name</th>
@ -77,7 +77,9 @@
[% IF showStatusChange %]
<th class="headerSortUp">Last status change</th>
[% END %]
<th>Description</th>
[% IF showDescription %]
<th>Description</th>
[% END %]
</tr>
</thead>
<tbody>
@ -120,13 +122,16 @@
[% END %]
</td>
[% END %]
[% IF showDescription %]
<td>[% build.description %]</td>
[% END -%]
</tr>
[% END -%]
</tbody>
</table>
[% END %]
[% BLOCK renderLink %]<a href="[% uri %]">[% title %]</a>[% END %]
[% BLOCK showBuildStats %]