diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-04 16:05:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 16:05:38 +0200 |
commit | e645ae95610fcb69d15366bc32ab60014d2ebdcf (patch) | |
tree | ccda1dfdcf18db58aa38dd0565952dfa6e2822ca /app/views | |
parent | 7fe137d2f7792ed735be11eaca6d87fbc114043a (diff) |
Change admin accounts default sort to most recent (#8813)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/accounts/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/accounts/index.html.haml b/app/views/admin/accounts/index.html.haml index 6aa39a80a..4bee73adc 100644 --- a/app/views/admin/accounts/index.html.haml +++ b/app/views/admin/accounts/index.html.haml @@ -38,8 +38,8 @@ .filter-subset %strong= t('admin.accounts.order.title') %ul - %li= filter_link_to t('admin.accounts.order.alphabetic'), recent: nil - %li= filter_link_to t('admin.accounts.order.most_recent'), recent: '1' + %li= filter_link_to t('admin.accounts.order.most_recent'), alphabetic: nil + %li= filter_link_to t('admin.accounts.order.alphabetic'), alphabetic: '1' = form_tag admin_accounts_url, method: 'GET', class: 'simple_form' do .fields-group |