aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/admin/index.html')
-rw-r--r--templates/web/zurich/admin/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/index.html b/templates/web/zurich/admin/index.html
index fb3609bb3..62cd1a52c 100644
--- a/templates/web/zurich/admin/index.html
+++ b/templates/web/zurich/admin/index.html
@@ -9,8 +9,7 @@
<h2>[% loc('Problem breakdown by state') %]</h2>
<ul>
[% FOREACH state IN problems.keys.sort %]
- [% NEXT IF NOT states.$state %]
- <li>[% problems.$state %] [% states.$state %]</li>
+ <li>[% problems.$state %] [% prettify_state(state) %]</li>
[% END %]
</ul>