* I should test before committing.

This commit is contained in:
Eelco Dolstra 2010-03-05 18:49:27 +00:00
parent c8f0758fe1
commit c9ac5ee215

View file

@ -26,9 +26,9 @@
[% IF j.build.resultInfo.buildstatus == 0 %]
[% INCLUDE renderProductList build=j.build latestRoot=['/view' project.name view.name 'latest' j.job.job] %]
[% IF nrProducts == 0 %]
[% IF j.build.buildproducts %]
[% INCLUDE renderProductList build=j.build latestRoot=['/view' project.name view.name 'latest' j.job.job] %]
[% ELSE %]
<p><em>Succeeded.</em></p>
[% END %]