Job page: Put latest builds on top

Also, rename the "Latest builds" tabs to prevent confusion.
This commit is contained in:
Eelco Dolstra
2013-02-22 13:00:40 +01:00
parent 098368c3e3
commit 5d3494011f
2 changed files with 11 additions and 7 deletions

View File

@ -137,6 +137,9 @@ BLOCK renderBuildListBody;
[% END %]
</tr>
[% END;
IF linkToAll %]
<td class="centered" colspan="5"><a href="[% linkToAll %]"><em>More...</em></a></td></tr>
[% END;
END;
@ -431,7 +434,7 @@ BLOCK renderEvals %]
</tr>
[% END;
IF linkToAll %]
<tr><td class="centered" colspan="54"><a href="[% linkToAll %]"><em>All evaluations...</em></a></td></tr>
<tr><td class="centered" colspan="5"><a href="[% linkToAll %]"><em>More...</em></a></td></tr>
[% END %]
</tbody>
</table>