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 %]