Move 'keep build' and 'restart' to toplevel menu

This commit is contained in:
Rob Vermaas
2012-04-12 21:50:06 +02:00
parent 089a9c836f
commit 8aaa0a1a8a
3 changed files with 12 additions and 16 deletions

View File

@ -262,11 +262,6 @@
<span class="error">Build failed</span>
(see <a href="#nix-error">below</a>)
[% END %]
[% IF c.user_exists && (buildstatus == 3 || buildstatus == 4) %]
<form action="[% c.uri_for('/build' build.id 'restart') %]" method="post" class="inline">
<button id="restart" type="submit">Restart</button>
</form>
[% END %]
[% ELSIF build.busy %]
<strong>Build in progress</strong>
since [% INCLUDE renderDateTime timestamp = build.starttime %]