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
a8d11b22
Commit
a8d11b22
authored
Feb 27, 2019
by
Tae Hoon
Browse files
Add a class to screen name
parent
24e1adf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/basic_user_card/basic_user_card.vue
View file @
a8d11b22
...
...
@@ -12,7 +12,7 @@
<span
v-else
>
{{
user
.
name
}}
</span>
</div>
<div>
<router-link
:to=
"userProfileLink(user)"
>
<router-link
class=
"user-card-screen-name"
:to=
"userProfileLink(user)"
>
@
{{
user
.
screen_name
}}
</router-link>
</div>
...
...
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