Skip to content
Snippets Groups Projects
Commit d9b01643 authored by Tae Hoon's avatar Tae Hoon
Browse files

open in a new tab

parent 093fcee9
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@
v-if="currentUser && currentUser.role === 'admin'"
href="/pleroma/admin"
class="mobile-hidden"
target="_blank"
><i
class="button-icon icon-gauge nav-icon"
:title="$t('nav.admin_panel')"
......
......@@ -126,7 +126,10 @@
v-if="currentUser && currentUser.role === 'admin'"
@click="toggleDrawer"
>
<a href="/pleroma/admin">
<a
href="/pleroma/admin"
target="_blank"
>
{{ $t("nav.admin_panel") }}
</a>
</li>
......
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