Reinstate the edit/clone links on the jobset page.

They were removed in commit 17d30cd179.
This commit is contained in:
Ludovic Courtès 2012-04-16 16:47:23 +02:00
parent 922bad7306
commit 4399683fa0

View file

@ -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>