Allow creating a release from an evaluation

This commit is contained in:
Eelco Dolstra
2012-07-18 23:46:41 +02:00
parent 2ab4c7d597
commit 67528698e6
2 changed files with 42 additions and 0 deletions

View File

@ -69,4 +69,10 @@ c.uri_for(c.controller('JobsetEval').action_for('view'),
[% INCLUDE renderBuildListFooter %]
[% IF c.user_exists %]
<p>
<a class="btn" href="[% c.uri_for(c.controller('JobsetEval').action_for('release'), [eval.id]) %]">Release</a>
</p>
[% END %]
[% END %]