2013-02-20 14:54:33 +00:00
|
|
|
[% WRAPPER layout.tt title="Release $release.name" %]
|
2009-10-23 12:42:50 +00:00
|
|
|
[% PROCESS common.tt %]
|
2009-10-23 15:57:18 +00:00
|
|
|
[% PROCESS "product-list.tt" %]
|
2009-10-23 12:42:50 +00:00
|
|
|
[% USE HTML %]
|
|
|
|
|
2009-10-23 15:57:18 +00:00
|
|
|
<p><em>Released on [% INCLUDE renderDateTime timestamp =
|
2013-02-20 14:54:33 +00:00
|
|
|
release.timestamp %].</em> <a class="btn" href="[% c.uri_for('/release' project.name release.name "edit") %]"><i class="icon-edit"></i></a></p>
|
2009-10-23 15:57:18 +00:00
|
|
|
|
2009-11-04 17:17:44 +00:00
|
|
|
[% IF !members %]
|
2009-10-23 15:57:18 +00:00
|
|
|
|
|
|
|
<p><em>No builds have been added to this release yet.</em></p>
|
|
|
|
|
|
|
|
[% ELSE %]
|
|
|
|
|
2009-11-04 17:17:44 +00:00
|
|
|
[% FOREACH m IN members %]
|
2009-10-23 15:57:18 +00:00
|
|
|
|
2012-04-17 14:53:11 +00:00
|
|
|
<h3>
|
2009-10-23 15:57:18 +00:00
|
|
|
<a href="[% c.uri_for('/build' m.build.id) %]">
|
|
|
|
[% HTML.escape(m.description) %]
|
|
|
|
</a>
|
2012-04-17 14:53:11 +00:00
|
|
|
</h3>
|
2009-10-23 15:57:18 +00:00
|
|
|
|
2009-10-27 15:31:26 +00:00
|
|
|
[% INCLUDE renderProductList build=m.build %]
|
2009-10-23 15:57:18 +00:00
|
|
|
|
|
|
|
[% END %]
|
|
|
|
|
|
|
|
[% END %]
|
2009-10-23 12:42:50 +00:00
|
|
|
|
|
|
|
[% END %]
|