diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-31 16:59:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-31 16:59:42 +0000 |
commit | 9e27b68ed6ad47c05e2e00530aad09c915256f51 (patch) | |
tree | b92c170160da500e96bfdc29ef259c550e3eec60 | |
parent | 97c956648171a0fafbe0a00bd432ee4662203ec6 (diff) |
Stadtplan toggle on all reports page (fixes a21b).
-rwxr-xr-x | templates/web/zurich/reports/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/zurich/reports/index.html b/templates/web/zurich/reports/index.html index 0ece1ca2c..670746753 100755 --- a/templates/web/zurich/reports/index.html +++ b/templates/web/zurich/reports/index.html @@ -5,6 +5,9 @@ bodyclass = 'mappage'; %] [% map_html %] + <p id='sub_map_links'> + <a class="hidden-nojs" id="map_layer_toggle" href="">Stadtplan</a> + </p> </div> <div id="side"> |