Some unnecessary job names

This commit is contained in:
Eelco Dolstra
2013-02-22 13:17:07 +01:00
parent 5d3494011f
commit e2e973578f
2 changed files with 17 additions and 7 deletions

View File

@ -205,6 +205,11 @@ BLOCK renderFullBuildLink;
END;
BLOCK renderBuildLink; %]
<a href="[% c.uri_for('/build' build.id) %]">build [% build.id %]</a>
[% END;
BLOCK renderBuildStatusIcon;
finished = build != undef ? build.finished : 1;
busy = busy != undef ? busy : build.busy;