OSM link will now open in a new target window

This commit is contained in:
echarp 2018-11-27 19:27:20 +01:00
parent da1db421f3
commit 0c58fc6a9a
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@
%em.fa.fa-compress
%em
= raw t '.noMap'
%a{ href: 'https://osm.org/search?query=' + @event.full_address }
%a{ target: '_blank',
href: 'https://osm.org/search?query=' + @event.full_address }
%img(src='https://www.openstreetmap.org/assets/osm_logo.png'
alt='OSM logo' width='22px')