Skip to content
Snippets Groups Projects
Verified Commit d5359632 authored by Robert Metcalf's avatar Robert Metcalf
Browse files

open website in new tab

parent 2977d1e7
No related branches found
No related tags found
3 merge requests!8Allow working spaces to be added,!6Add interactive map,!5Add working spaces list
......@@ -12,7 +12,7 @@
<div>
<span class="meta"><a href="mailto:{{ workspace.email }}">{{ workspace.email }}</a></li> <span class="dot">&middot;</span>
<span class="meta"><a href="tel:{{ workspace.phone_number }}">{{ workspace.phone_number }}</a></span> <span class="dot">&middot;</span>
<span class="meta"><a href="{{ workspace.website }}">{{ workspace.website }}</a></span>
<span class="meta"><a href="{{ workspace.website }}" target="_blank">{{ workspace.website }}</a></span>
</div>
<div>
<span class="meta">{{ workspace.address }}</span> <span class="dot">&middot;</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment