Add "requested to follow you" text on card
This commit is contained in:
parent
8713f1870f
commit
1e8fc5bcc4
3 changed files with 13 additions and 2 deletions
|
@ -122,6 +122,12 @@
|
|||
>
|
||||
{{ $t('user_card.follows_you') }}
|
||||
</div>
|
||||
<div
|
||||
v-if="relationship.requested_by && loggedIn && isOtherUser"
|
||||
class="requested_by"
|
||||
>
|
||||
{{ $t('user_card.requested_by') }}
|
||||
</div>
|
||||
<div
|
||||
v-if="isOtherUser && (loggedIn || !switcher)"
|
||||
class="highlighter"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue