summaryrefslogtreecommitdiff
path: root/app/views/shared/labels/_sort_dropdown.html.haml
blob: bb582b159bad83fb99ec7ef98c96437d6be976b5 (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: { right: true }