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