aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/fixmystreet/report/display.html2
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 %]