Always show the links related to the build product.

This commit is contained in:
Rob Vermaas 2013-05-16 11:29:54 +00:00
parent 444b03bad2
commit 666f398e98

View file

@ -133,16 +133,11 @@
<tr> <tr>
<th>Links to latest:</th> <th>Links to latest:</th>
<td> <td>
[% IF build.buildproducts.count > 1 %] [% uri2 = "${c.uri_for(latestRoot.join('/') 'download-by-type' product.type product.subtype)}" %]
[% uri2 = "${c.uri_for(latestRoot.join('/') 'download-by-type' product.type product.subtype)}" %] <a href="[% uri2 %]"><tt>[% uri2 %]</tt></a>
<a href="[% uri2 %]"><tt>[% uri2 %]</tt></a> <br />
<br /> [% uri2 = "${c.uri_for(latestRoot.join('/') 'download' product.productnr)}" %]
[% uri2 = "${c.uri_for(latestRoot.join('/') 'download' product.productnr)}" %] <a href="[% uri2 %]"><tt>[% uri2 %]</tt></a>
<a href="[% uri2 %]"><tt>[% uri2 %]</tt></a>
[% ELSE %]
[% uri2 = "${c.uri_for(latestRoot.join('/') 'download')}" %]
<a href="[% uri2 %]"><tt>[% uri2 %]</tt></a>
[% END %]
</td> </td>
</tr> </tr>
[% END %] [% END %]