aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixmystreet.com/report/banner.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/fixmystreet.com/report/banner.html')
-rw-r--r--templates/web/fixmystreet.com/report/banner.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/fixmystreet.com/report/banner.html b/templates/web/fixmystreet.com/report/banner.html
index 35d7be179..6fd74a7fe 100644
--- a/templates/web/fixmystreet.com/report/banner.html
+++ b/templates/web/fixmystreet.com/report/banner.html
@@ -20,8 +20,7 @@
[% INCLUDE banner, id = 'unknown', text = loc('Unknown') %]
[% END %]
- [% states = [ 'investigating', 'in progress', 'planned', 'action scheduled' ];
- IF states.grep(problem.state).size %]
+ [% IF problem.is_in_progress %]
[% INCLUDE banner, id = 'progress', text = loc('In progress') %]
[% END %]