This commit is contained in:
Eelco Dolstra 2008-11-28 11:01:35 +00:00
parent 5ca4003b1d
commit 88c34fb6c7
2 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,8 @@
<h1>Release Sets</h1>
[% IF releaseSets.size > 0 %]
<p>Project <tt>[% curProject.name %]</tt> has the following release sets:</p>
<ul>
@ -14,6 +16,13 @@
[% END %]
</ul>
[% ELSE %]
<p>Project <tt>[% curProject.name %]</tt> has no release sets.</p>
[% END %]
<p>[<a href="[% c.uri_for('/create_releaseset' curProject.name) %]">Create a new release set</a>]</p>
[% END %]

View file

@ -66,6 +66,7 @@ em.storeref:hover {
em.storeref:hover span.popup {
display: inline;
width: 40em;
}