summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_dropdown.html.haml
blob: 80edce8e7c42614d05b871ece48e271e1813eed5 (plain)
1
2
3
4
5
- options_hash = local_assigns.fetch(:options_hash, groups_sort_options_hash)
- groups_sort_options = options_hash.map { |value, title| { value: value, text: title, href: filter_groups_path(sort: value) } }

%div{ data: { testid: 'group_sort_by_dropdown' } }
  = gl_redirect_listbox_tag groups_sort_options, project_list_sort_by, data: { right: true }