diff --git a/app/assets/javascripts/admin/templates/users-list-show.hbs b/app/assets/javascripts/admin/templates/users-list-show.hbs index 9bb578af7d..cd292cb3e0 100644 --- a/app/assets/javascripts/admin/templates/users-list-show.hbs +++ b/app/assets/javascripts/admin/templates/users-list-show.hbs @@ -6,15 +6,13 @@ {{/if}}
-
-

{{title}}

-
+

{{title}}

{{text-field value=listFilter placeholder=searchHint}} {{#unless showEmails}}
- +
{{/unless}}
@@ -28,7 +26,7 @@ {{/if}}   {{i18n 'username'}} - {{i18n 'email'}} + {{i18n 'email'}} {{i18n 'admin.users.last_emailed'}} {{admin-directory-toggle field="seen" i18nKey='last_seen' order=order ascending=ascending}} {{admin-directory-toggle field="topics_viewed" i18nKey="admin.user.topics_entered" order=order ascending=ascending}}