Hydra/20: Jobset clone feature

This commit is contained in:
Rob Vermaas
2010-04-23 11:20:40 +00:00
parent 2ef90804c6
commit 85928a4222
3 changed files with 70 additions and 1 deletions

View File

@ -151,7 +151,13 @@
[% END %]
[% END %]
<div id="tabs-setup">
<h2>Information[% IF !edit %] <a class="smallLink" href="[% c.uri_for('/jobset' project.name jobset.name 'edit') %]">[Edit]</a>[% END %]</h2>
<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 %]