temporary fix for external links
This commit is contained in:
parent
3336572a74
commit
9be1cc34ba
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue