mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-21 06:52:59 +01:00
fix another avatar
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="clearfix">
|
||||
<div class="icon float-start">
|
||||
<a href="{{{ if post.user.userslug }}}{config.relative_path}/user/{post.user.userslug}{{{ else }}}#{{{ end }}}">
|
||||
{buildAvatar(post.user, "sm", true, "", "user/picture")} {post.user.username}
|
||||
{buildAvatar(post.user, "24px", true, "", "user/picture")} {post.user.username}
|
||||
</a>
|
||||
</div>
|
||||
<small class="float-end">
|
||||
|
||||
Reference in New Issue
Block a user