From 7af1faf206b87524188dbfb987dfb016bd02406e Mon Sep 17 00:00:00 2001 From: Bat Date: Thu, 26 Jul 2018 18:27:02 +0200 Subject: [PATCH] Make the "Open on remote instance" button open a new tab --- templates/users/header.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/users/header.html.tera b/templates/users/header.html.tera index 8f66eb69..fef43ea3 100644 --- a/templates/users/header.html.tera +++ b/templates/users/header.html.tera @@ -15,7 +15,7 @@ {% endif %} {% if is_remote %} - {{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }} + {{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }} {% endif %} {% set not_self = not is_self %}