debian-mirror-gitlab/app/views/shared/labels/_sort_dropdown.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
211 B
Text
Raw Normal View History

2022-05-07 20:08:51 +05:30
- 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 }