diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 16:16:58 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 16:16:58 +0000 |
commit | b27a66c4798204c4cc895247effed034a77d99ea (patch) | |
tree | 9938c9c6e179aff3206bf18d77d0f4e8af3dcfd8 | |
parent | 0aa7017a81a0ce88c6d36ad3dd8a1e7a93de2360 (diff) |
Add Stadtplan toggle to report display page.
-rw-r--r-- | templates/web/fixmystreet/report/display.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/fixmystreet/report/display.html b/templates/web/fixmystreet/report/display.html index 6ab6e9222..752b122c5 100644 --- a/templates/web/fixmystreet/report/display.html +++ b/templates/web/fixmystreet/report/display.html @@ -12,6 +12,12 @@ [% map_html %] + [% IF c.cobrand.moniker == 'zurich' %] + <p id='sub_map_links'> + <a class="hidden-nojs" id="map_layer_toggle" href="">Stadtplan</a> + </p> + [% END %] + </div> [% INCLUDE 'report/banner.html' %] |