FIX: missing username in the IP Lookup dialog

This commit is contained in:
Régis Hanol 2015-04-10 15:56:40 +02:00
parent a68868e7e9
commit ae953e8087
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<tbody>
{{#each a in other_accounts}}
<tr>
<td>{{#link-to "adminUser" a}}{{avatar a usernamePath="user.username" imageSize="small"}}&nbsp;{{username}}{{/link-to}}</td>
<td>{{#link-to "adminUser" a}}{{avatar a usernamePath="user.username" imageSize="small"}}&nbsp;{{a.username}}{{/link-to}}</td>
<td>{{a.trustLevel.id}}</td>
<td>{{a.time_read}}</td>
<td>{{a.topics_entered}}</td>