Skip to content
Snippets Groups Projects
Unverified Commit d415f111 authored by Jeong Arm's avatar Jeong Arm Committed by GitHub
Browse files

Fix /admin/accounts/ order parameter (#18996)

parent 656ac99e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
.filter-subset.filter-subset--with-select
%strong= t 'generic.order_by'
.input.select
= select_tag :order, options_for_select([[t('relationships.most_recent'), nil], [t('relationships.last_active'), 'active']], params[:order])
= select_tag :order, options_for_select([[t('relationships.most_recent'), 'recent'], [t('relationships.last_active'), 'active']], params[:order])
.fields-group
- %i(username by_domain display_name email ip).each do |key|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment