forked from lix-project/hydra
Reinstate the edit/clone links on the jobset page.
They were removed in commit 17d30cd179
.
This commit is contained in:
parent
922bad7306
commit
4399683fa0
|
@ -130,6 +130,12 @@
|
|||
<div id="tabs-setup" class="tab-pane [% IF edit %]active[% END %]">
|
||||
<h2>Information</h2>
|
||||
|
||||
[% IF !edit && c.user_exists %]
|
||||
<p>
|
||||
[ <a href="[% c.uri_for('/jobset' project.name jobset.name 'edit') %]">Edit</a> | <a href="[% c.uri_for('/jobset' project.name jobset.name 'clone') %]">Clone</a> ]
|
||||
</p>
|
||||
[% END %]
|
||||
|
||||
<table class="layoutTable">
|
||||
[% IF edit %]
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue