fix invalid link on /@/<user> to followers details
This commit is contained in:
parent
045e885821
commit
c214ca2942
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="followers">{{ n_followers }} follower{{ n_followers | pluralize }}</a>
|
<a href="{{ user.username }}/followers">{{ n_followers }} follower{{ n_followers | pluralize }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user