Make the "Open on remote instance" button open a new tab

This commit is contained in:
Bat 2018-07-26 18:27:02 +02:00
parent 5f1de3f9ce
commit 7af1faf206
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{% endif %}
{% if is_remote %}
<a class="inline-block button" href="{{ user.ap_url }}">{{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }}</a>
<a class="inline-block button" href="{{ user.ap_url }}" target="_blank">{{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }}</a>
{% endif %}
{% set not_self = not is_self %}