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') }}
|
{{ $t('admin_dash.users.labels.handle_colon') }}
|
||||||
{{ ' ' }}
|
{{ ' ' }}
|
||||||
</strong>
|
</strong>
|
||||||
<user-link
|
<UserLink
|
||||||
class="basic-user-card-screen-name"
|
class="basic-user-card-screen-name"
|
||||||
:user="user"
|
:user="user"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
class="Notification container -muted"
|
class="Notification container -muted"
|
||||||
>
|
>
|
||||||
<small>
|
<small>
|
||||||
<user-link
|
<UserLink
|
||||||
:user="notification.from_profile"
|
:user="notification.from_profile"
|
||||||
:at="false"
|
:at="false"
|
||||||
/>
|
/>
|
||||||
|
|
@ -215,7 +215,7 @@
|
||||||
v-if="notification.type === 'follow' || notification.type === 'follow_request'"
|
v-if="notification.type === 'follow' || notification.type === 'follow_request'"
|
||||||
class="follow-text"
|
class="follow-text"
|
||||||
>
|
>
|
||||||
<user-link
|
<UserLink
|
||||||
class="follow-name"
|
class="follow-name"
|
||||||
:user="notification.from_profile"
|
:user="notification.from_profile"
|
||||||
/>
|
/>
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
v-else-if="notification.type === 'move'"
|
v-else-if="notification.type === 'move'"
|
||||||
class="move-text"
|
class="move-text"
|
||||||
>
|
>
|
||||||
<user-link
|
<UserLink
|
||||||
:user="notification.target"
|
:user="notification.target"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
class="fa-scale-110 fa-old-padding repeat-icon"
|
class="fa-scale-110 fa-old-padding repeat-icon"
|
||||||
icon="retweet"
|
icon="retweet"
|
||||||
/>
|
/>
|
||||||
<user-link
|
<UserLink
|
||||||
:user="repeater"
|
:user="repeater"
|
||||||
:at="false"
|
:at="false"
|
||||||
/>
|
/>
|
||||||
|
|
@ -154,7 +154,7 @@
|
||||||
>
|
>
|
||||||
{{ user.name }}
|
{{ user.name }}
|
||||||
</h4>
|
</h4>
|
||||||
<user-link
|
<UserLink
|
||||||
class="account-name"
|
class="account-name"
|
||||||
:title="user.screen_name_ui"
|
:title="user.screen_name_ui"
|
||||||
:user="user"
|
:user="user"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue