diff options
author | Struan Donald <struan@exo.org.uk> | 2012-08-23 17:44:04 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-23 17:44:04 +0100 |
commit | df42a9260899d19a59302c13ca2e49a35fc8a6f4 (patch) | |
tree | ba27725298cac00137d74d9faffbd4ba9a764a41 | |
parent | ce3622a64d372eb4ee0c3a27f943061a434e06e4 (diff) |
Better words for supporter count
-rw-r--r-- | templates/web/fixmystreet/report/display.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/report/display.html b/templates/web/fixmystreet/report/display.html index 82d8efd8e..a97d9bcf5 100644 --- a/templates/web/fixmystreet/report/display.html +++ b/templates/web/fixmystreet/report/display.html @@ -20,7 +20,7 @@ [% IF c.cobrand.can_support_problems && c.user && c.user.from_council %] <p style="float: right"> -<a href="[% c.uri_for( '/report/support', problem.id ) %]">Support</a> ( [% problem.interest_count %] supports ) +<a href="[% c.uri_for( '/report/support', problem.id ) %]">Support</a> ( [% IF !problem.interest_count %]No supporters[% ELSIF problem.interest_count == 1 %]1 supporter[% ELSE %][% problem.interest_count %] supporters[% END %] ) </p> [% END %] |