debian-mirror-gitlab/app/views/shared/labels/_sort_dropdown.html.haml
2022-05-07 20:08:51 +05:30

4 lines
211 B
Plaintext

- 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 }