Added profile ID as username title on profile page.
This commit is contained in:
@@ -33,6 +33,7 @@ function scrollHorizontal(event) {
|
|||||||
<div class="profile-header">
|
<div class="profile-header">
|
||||||
<a
|
<a
|
||||||
:href="`/user/${profile.username}/`"
|
:href="`/user/${profile.username}/`"
|
||||||
|
:title="`#${profile.id}`"
|
||||||
class="user nolink"
|
class="user nolink"
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
|
|||||||
Reference in New Issue
Block a user