FIX: missing username in the IP Lookup dialog
This commit is contained in:
parent
a68868e7e9
commit
ae953e8087
|
@ -62,7 +62,7 @@
|
|||
<tbody>
|
||||
{{#each a in other_accounts}}
|
||||
<tr>
|
||||
<td>{{#link-to "adminUser" a}}{{avatar a usernamePath="user.username" imageSize="small"}} {{username}}{{/link-to}}</td>
|
||||
<td>{{#link-to "adminUser" a}}{{avatar a usernamePath="user.username" imageSize="small"}} {{a.username}}{{/link-to}}</td>
|
||||
<td>{{a.trustLevel.id}}</td>
|
||||
<td>{{a.time_read}}</td>
|
||||
<td>{{a.topics_entered}}</td>
|
||||
|
|
Loading…
Reference in New Issue