diff options
Diffstat (limited to 'templates/web/default/front/stats.html')
-rw-r--r-- | templates/web/default/front/stats.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/front/stats.html b/templates/web/default/front/stats.html index fd1f253bc..eae66018b 100644 --- a/templates/web/default/front/stats.html +++ b/templates/web/default/front/stats.html @@ -38,6 +38,8 @@ <div>[% tprintf( new_text, stats.new ) | comma %]</div> [% IF c.cobrand.moniker != 'emptyhomes' %] <div>[% tprintf( fixed_text, stats.fixed ) | comma %]</div> + [% IF c.cobrand.moniker != 'zurich' %] <div>[% tprintf( updates_text, stats.updates ) | comma %]</div> [% END %] + [% END %] </div> |