UserLink
This commit is contained in:
parent
7b27f337c6
commit
224b9faa02
3 changed files with 6 additions and 6 deletions
|
|
@ -41,7 +41,7 @@
|
|||
{{ $t('admin_dash.users.labels.handle_colon') }}
|
||||
{{ ' ' }}
|
||||
</strong>
|
||||
<user-link
|
||||
<UserLink
|
||||
class="basic-user-card-screen-name"
|
||||
:user="user"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
class="Notification container -muted"
|
||||
>
|
||||
<small>
|
||||
<user-link
|
||||
<UserLink
|
||||
:user="notification.from_profile"
|
||||
:at="false"
|
||||
/>
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
v-if="notification.type === 'follow' || notification.type === 'follow_request'"
|
||||
class="follow-text"
|
||||
>
|
||||
<user-link
|
||||
<UserLink
|
||||
class="follow-name"
|
||||
:user="notification.from_profile"
|
||||
/>
|
||||
|
|
@ -249,7 +249,7 @@
|
|||
v-else-if="notification.type === 'move'"
|
||||
class="move-text"
|
||||
>
|
||||
<user-link
|
||||
<UserLink
|
||||
:user="notification.target"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
class="fa-scale-110 fa-old-padding repeat-icon"
|
||||
icon="retweet"
|
||||
/>
|
||||
<user-link
|
||||
<UserLink
|
||||
:user="repeater"
|
||||
:at="false"
|
||||
/>
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
>
|
||||
{{ user.name }}
|
||||
</h4>
|
||||
<user-link
|
||||
<UserLink
|
||||
class="account-name"
|
||||
:title="user.screen_name_ui"
|
||||
:user="user"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue