~mrooney/+junk/xfpanel

« back to all changes in this revision

Viewing changes to src/main/resources/maps/hudson/plugin/xfpanel/XFPanelView/notBuilding.jelly

  • Committer: Michael Rooney
  • Date: 2010-03-17 03:51:16 UTC
  • Revision ID: mrooney@ubuntu.com-20100317035116-zw4zcd12yuyibldr
[xfpanel] fix the logic for hiding test info HUDSON-5959

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <j:if test="${it.showZeroTestCounts == true}">
7
7
            ${job.successPercentage} ${job.successCount}/${job.testCount} 
8
8
        </j:if>
 
9
        <j:if test="${it.showZeroTestCounts == false}">
 
10
            <j:if test="${job.testCount > 0}">
 
11
                ${job.successPercentage} ${job.successCount}/${job.testCount}
 
12
            </j:if>
 
13
        </j:if>
9
14
                <j:if test="${job.diff != ''}">
10
15
                        (<font color="${job.diffColor}">${job.diff}</font>)
11
16
                </j:if>