* A quick (non-Web 2.0) interface to manually add builds to a release.

This commit is contained in:
Eelco Dolstra
2009-10-23 15:57:18 +00:00
parent a515c5fef2
commit 7e81fbd56a
5 changed files with 67 additions and 8 deletions

View File

@@ -17,6 +17,9 @@
</tr>
</table>
<p><em>Note:</em> to add a build to this release, go to the builds
information page and click on “Add to release”.</p>
<p><button type="submit"><img src="/static/images/success.gif" />[%IF create %]Create[% ELSE %]Apply changes[% END %]</button></p>
</form>
@@ -24,7 +27,7 @@
[% IF !create %]
<form action="[% c.uri_for('/release' project.name release.name 'delete') %]" method="post">
<p><button id="delete-release" type="submit"><img src="/static/images/failure.gif" />Delete this release</button></p>
<p><a id="delete-release" type="submit"><img src="/static/images/failure.gif" />Delete this release</button></p>
</form>
<script type="text/javascript">