From 43198e935301435a1182e5a0318cb6335c91e6ed Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 16 Nov 2011 15:21:53 -0500 Subject: [PATCH] used wrong builds collection for determining if we need to show current build section in job page --- src/root/job.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/job.tt b/src/root/job.tt index c74f5804..9333302c 100644 --- a/src/root/job.tt +++ b/src/root/job.tt @@ -17,7 +17,7 @@
- [% IF runningBuilds.size == 0 %] + [% IF currentBuilds.size == 0 %]

Latest builds (latest evaluation)

[% INCLUDE renderBuildList builds=currentBuilds showStatusChange=0 %] [% END %]