Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hau Vo
pleroma-fe
Commits
24e1adf6
Commit
24e1adf6
authored
Feb 27, 2019
by
Tae Hoon
Browse files
Add back accidently removed logic
parent
0e86681a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/follow_card/follow_card.vue
View file @
24e1adf6
<
template
>
<basic-user-card
:user=
"user"
>
<div
class=
"follow-card-content-container"
>
<span
class=
"faint"
>
<span
class=
"faint"
v-if=
"!noFollowsYou && user.follows_you"
>
{{
isMe
?
$t
(
'
user_card.its_you
'
)
:
$t
(
'
user_card.follows_you
'
)
}}
</span>
<button
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment