* UI for cloning builds (not functional yet).

This commit is contained in:
Eelco Dolstra
2009-10-26 14:30:42 +00:00
parent cd27c046b0
commit 57cc6ceca6
6 changed files with 81 additions and 2 deletions

View File

@ -211,7 +211,6 @@
[% END %]
</table>
[% IF c.user_exists && available %]
<form action="[% c.uri_for('/build' build.id 'add-to-release') %]" method="post">
<p>Add to release: <input type="text" class="string" name="name" />
@ -219,6 +218,9 @@
</form>
[% END %]
[% IF c.user_exists %]
<p>[<a href="[% c.uri_for('/build' build.id 'clone') %]">Clone this build</a>]</p>
[% END %]
[% IF build.buildproducts %]