diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-25 18:04:23 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-25 18:04:23 +0000 |
commit | 857c9f918a9c572e9e255073a2984c526ea2a075 (patch) | |
tree | 197bfda548f3cd3274143c83d1a28845a3a10101 | |
parent | f58ce6c40c7caf2c79cde0dd9027b88f9704da94 (diff) |
Open inspect Navigate link in new tab.
-rw-r--r-- | templates/web/base/report/_inspect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html index b85fec0bb..012411b7e 100644 --- a/templates/web/base/report/_inspect.html +++ b/templates/web/base/report/_inspect.html @@ -20,7 +20,7 @@ <input type="hidden" name="latitude" value="[% problem.latitude %]"> </p> <p> - <a href="https://www.google.com/maps/dir/Current+Location/[% problem.latitude %],[% problem.longitude %]" class="btn btn--block btn--navigate">[% loc('Navigate to this problem') %]</a> + <a target="_blank" href="https://www.google.com/maps/dir/Current+Location/[% problem.latitude %],[% problem.longitude %]" class="btn btn--block btn--navigate">[% loc('Navigate to this problem') %]</a> </p> <p> <a href="#" class="btn btn--block btn--geolocate" id="geolocate_link">[% loc('Set to my current location') %]</a> |