1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Restructure build menu

This commit is contained in:
Rob Vermaas 2012-04-13 10:19:15 +02:00
parent 9a1f38e06e
commit 6b65712045

View file

@ -110,6 +110,7 @@
[% INCLUDE makeLink
uri = '#'
title = "Related builds" %]
[% IF c.user_exists %]
<li class="divider"></li>
[% INCLUDE makeLink
uri = c.uri_for('/build' build.id 'clone')
@ -124,12 +125,13 @@
uri = c.uri_for('/build' build.id 'keep' 1)
title = "Keep build" %]
[% END %]
[% INCLUDE makeLink
uri = c.uri_for('/build' build.id 'restart')
title = "Restart build" %]
[% END %]
[% END %]
[% END %]
[% IF c.user_exists %]