diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-15 11:43:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-16 17:31:07 +0100 |
commit | fa6b57a3664bc6a23b09d60a0abcaa75b170f8f9 (patch) | |
tree | 015ae2b251ad6e7dd20c22f8307013530b0c6113 /templates/web/base/around | |
parent | 7801ee537da7eda898a31af2a26e7b617970ccfb (diff) |
Use separate mobile banner HTML to simplify change
Diffstat (limited to 'templates/web/base/around')
-rwxr-xr-x | templates/web/base/around/display_location.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/base/around/display_location.html b/templates/web/base/around/display_location.html index ed4ce209c..3ed16d3d3 100755 --- a/templates/web/base/around/display_location.html +++ b/templates/web/base/around/display_location.html @@ -71,6 +71,10 @@ [% END %] </p> + <div class="mobile-map-banner"> + <a href="/">[% loc('Home') %]</a> + <span>[% loc('Place pin on map') %]</span> + </div> </div> |