Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_dropdown.html.haml « groups « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 }