aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/front_stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/front_stats.html')
-rw-r--r--templates/web/default/front_stats.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/default/front_stats.html b/templates/web/default/front_stats.html
index 847df2497..385414768 100644
--- a/templates/web/default/front_stats.html
+++ b/templates/web/default/front_stats.html
@@ -4,6 +4,7 @@
# 'Template::Plugin::Number::Format'
%]
+<h2>[% loc('FixMyStreet updates') %]</h2>
[%
stats = c.cobrand.front_stats_data();
@@ -37,7 +38,9 @@
<div id="front_stats">
<div>[% tprintf( new_text, stats.new ) | comma %]</div>
+ [% IF c.cobrand.moniker != 'emptyhomes' %]
<div>[% tprintf( fixed_text, stats.fixed ) | comma %]</div>
+ [% END %]
<div>[% tprintf( updates_text, stats.updates ) | comma %]</div>
</div>