diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-07 09:49:10 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-07 09:49:10 +0100 |
commit | 82b093ae5b2f313c1393efb2b26e12563c2aaa5f (patch) | |
tree | fde92abd3d37d7f03dda3c6d69df07d26c8b06b3 /templates/web/default/front | |
parent | b71f5857ecf50a78e13fe521986f49e304f0a7bf (diff) | |
parent | 4cdc50037c8abb27744d672a2ad496bb27086652 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into js-validation
Conflicts:
templates/web/default/common_header_tags.html
Diffstat (limited to 'templates/web/default/front')
-rw-r--r-- | templates/web/default/front/stats.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/web/default/front/stats.html b/templates/web/default/front/stats.html index 4b98ef31e..c5d931d08 100644 --- a/templates/web/default/front/stats.html +++ b/templates/web/default/front/stats.html @@ -4,8 +4,6 @@ # 'Template::Plugin::Number::Format' %] -<h2>[% loc('FixMyStreet updates') %]</h2> - [% stats = c.cobrand.front_stats_data(); @@ -43,4 +41,3 @@ [% END %] <div>[% tprintf( updates_text, stats.updates ) | comma %]</div> </div> - |