aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-04 15:12:38 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-04 15:12:38 +0000
commit163ae27c3f6d191fe2c22798c7c6cef43f3be11a (patch)
tree13532bc4c08c1372fa1735c374364b310dee231b
parente2574fec7b9a668a61c5e36bfddf62d0a403029f (diff)
Use problems on the map text on Zurich.
-rw-r--r--templates/web/fixmystreet/report/display.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/fixmystreet/report/display.html b/templates/web/fixmystreet/report/display.html
index 752b122c5..9bcf1e5b9 100644
--- a/templates/web/fixmystreet/report/display.html
+++ b/templates/web/fixmystreet/report/display.html
@@ -40,7 +40,11 @@
[% IF c.cobrand.moniker == 'fixmystreet' %]
<li><a rel="nofollow" id="key-tool-report-share" class="share" href="#report-share">[% loc('Share') %]</a></li>
[% END %]
+ [% IF c.cobrand.moniker == 'zurich' %]
+ <li><a class="chevron" id="key-tool-problems-nearby" href="[% c.uri_for( '/around', { lat => short_latitude, lon => short_longitude } ) %]">[% loc( 'Problems on the map' ) %]</a></li>
+ [% ELSE %]
<li><a class="chevron" id="key-tool-problems-nearby" href="[% c.uri_for( '/around', { lat => short_latitude, lon => short_longitude } ) %]">[% loc( 'Problems nearby' ) %]</a></li>
+ [% END %]
</ul>
[% IF c.cobrand.moniker == 'fixmystreet' %]