FEATURE: accounts that have not been activated are grey in admin user lists
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</tr>
|
||||
|
||||
{{#each model}}
|
||||
<tr {{bind-attr class="selected"}}>
|
||||
<tr {{bind-attr class="selected active::not-activated"}}>
|
||||
{{#if controller.showApproval}}
|
||||
<td>
|
||||
{{#if can_approve}}
|
||||
@@ -67,7 +67,11 @@
|
||||
{{/if}}
|
||||
<td>{{#link-to 'adminUser' this}}{{avatar this imageSize="small"}}{{/link-to}}</td>
|
||||
<td>{{#link-to 'adminUser' this}}{{unbound username}}{{/link-to}}</td>
|
||||
<td>{{shorten email}}</td>
|
||||
{{#if active}}
|
||||
<td>{{shorten email}}</td>
|
||||
{{else}}
|
||||
<td title="{{i18n admin.users.not_verified}}">{{shorten email}}</td>
|
||||
{{/if}}
|
||||
<td>{{{unbound last_emailed_age}}}</td>
|
||||
<td>{{{unbound last_seen_age}}}</td>
|
||||
<td>{{{unbound topics_entered}}}</td>
|
||||
|
||||
Reference in New Issue
Block a user