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/controllers | |
parent | 7fe137d2f7792ed735be11eaca6d87fbc114043a (diff) |
Change admin accounts default sort to most recent (#8813)
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/admin/accounts_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/accounts_controller.rb b/app/controllers/admin/accounts_controller.rb index e7ca6b907..5d57fe361 100644 --- a/app/controllers/admin/accounts_controller.rb +++ b/app/controllers/admin/accounts_controller.rb @@ -95,7 +95,7 @@ module Admin :remote, :by_domain, :silenced, - :recent, + :alphabetic, :suspended, :username, :display_name, |