mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: missing username in the IP Lookup dialog
This commit is contained in:
parent
a68868e7e9
commit
ae953e8087
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{{#each a in other_accounts}}
|
{{#each a in other_accounts}}
|
||||||
<tr>
|
<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.trustLevel.id}}</td>
|
||||||
<td>{{a.time_read}}</td>
|
<td>{{a.time_read}}</td>
|
||||||
<td>{{a.topics_entered}}</td>
|
<td>{{a.topics_entered}}</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue