forked from lix-project/hydra
Move 'clone build' and 'restart build' to top menu
This commit is contained in:
parent
c630433b61
commit
6853d0398a
|
@ -110,6 +110,13 @@
|
|||
[% INCLUDE makeLink
|
||||
uri = '#'
|
||||
title = "Related builds" %]
|
||||
<li class="divider"></li>
|
||||
[% INCLUDE makeLink
|
||||
uri = c.uri_for('/build' build.id 'clone')
|
||||
title = "Clone build" %]
|
||||
[% INCLUDE makeLink
|
||||
uri = '#'
|
||||
title = "Restart build" %]
|
||||
[% END %]
|
||||
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue