Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85651031
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/components/basic_user_card/basic_user_card.vue b/src/components/basic_user_card/basic_user_card.vue
index 8946e4cb1f..83b975f62f 100644
--- a/src/components/basic_user_card/basic_user_card.vue
+++ b/src/components/basic_user_card/basic_user_card.vue
@@ -41,7 +41,7 @@
{{ $t('admin_dash.users.labels.handle_colon') }}
{{ ' ' }}
</strong>
- <user-link
+ <UserLink
class="basic-user-card-screen-name"
:user="user"
/>
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index d2f3709280..601e574db8 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -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>
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 7af4ed84ad..db303daaee 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -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"
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 30, 10:31 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1737914
Default Alt Text
(2 KB)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment