In build tables, hide the project, jobset and/or job name if they're constant

This commit is contained in:
Eelco Dolstra
2012-04-02 13:12:39 +02:00
parent 1904f82f06
commit 0aae52bfcc
7 changed files with 15 additions and 15 deletions

View File

@ -436,10 +436,9 @@
[% IF relatedbuilds %]
<div id="tabs-relatedbuilds">
<h2>Related builds</h2>
<p>The following builds are part of the same jobset evaluation that produced this build.</p>
[% INCLUDE renderBuildList builds=relatedbuilds%]
[% INCLUDE renderBuildList builds=relatedbuilds hideProjectName=1 hideJobsetName=1 %]
</div>
[% END %]