17 lines
419 B
Plaintext
Raw Normal View History

2008-10-28 15:34:29 +00:00
[% WRAPPER layout.tt title="Hydra Overview" %]
2008-11-13 14:54:50 +00:00
<h1>All builds for job <tt>[% curProject.name %]:[% jobName %]</tt></h1>
2008-10-28 15:34:29 +00:00
2008-11-12 11:09:21 +00:00
<table class="tablesorter">
<thead>
<tr><th></th><th>Id</th><th>Project</th><th>Job</th><th>System</th><th>Timestamp</th><th>Description</th></tr>
</thead>
<tbody>
[% FOREACH build IN builds -%]
[% INCLUDE "short-build-info.tt" %]
[% END -%]
</tbody>
2008-10-28 15:34:29 +00:00
</table>
[% END %]