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

_sort_dropdown.html.haml « labels « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8bafaedd59baa21c634eb2916a00eb3c973dad2 (plain)
1
2
3
- label_sort_options = label_sort_options_hash.map { |value, text| { value: value, text: text, href: page_filter_path(sort: value) } }

= gl_redirect_listbox_tag label_sort_options, @sort, data: { placement: 'right' }