mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 05:40:43 +01:00
fix: logins dashboard user images
This commit is contained in:
@@ -22,8 +22,9 @@
|
||||
{{{ end }}}
|
||||
{{{ each sessions }}}
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{config.relative_path}/uid/{./user.uid}">{buildAvatar(./user, "sm", true)} {../username}</a>
|
||||
<td class="d-flex gap-2 align-items-center">
|
||||
<a href="{config.relative_path}/uid/{./user.uid}">{buildAvatar(./user, "18px", true)}</a>
|
||||
<a href="{config.relative_path}/uid/{./user.uid}">{./user.username}</a>
|
||||
{function.userAgentIcons} {../browser} {../version} on {../platform}
|
||||
</td>
|
||||
<td><span class="timeago" title="{./datetimeISO}"></span></td>
|
||||
|
||||
Reference in New Issue
Block a user