temporary fix for external links

This commit is contained in:
Absturztaube 2021-06-28 21:51:12 +02:00
parent 3336572a74
commit 9be1cc34ba

View file

@ -53,7 +53,7 @@
>
{{ user.name }}
</div>
<button
<a
v-if="isOtherUser && !user.is_local"
:href="user.statusnet_profile_url"
target="_blank"
@ -63,7 +63,7 @@
class="icon"
icon="external-link-alt"
/>
</button>
</a>
<AccountActions
v-if="isOtherUser && loggedIn"
:user="user"