debian-mirror-gitlab/app/views/shared/_milestones_sort_dropdown.html.haml

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

5 lines
258 B
Text
Raw Normal View History

2022-06-21 17:19:12 +05:30
- milestones_sort_options = milestones_sort_options_hash.map { |value, text| { value: value, text: text, href: page_filter_path(sort: value) } }
%div{ data: {testid: 'milestone_sort_by_dropdown'} }
2022-07-16 23:28:13 +05:30
= gl_redirect_listbox_tag milestones_sort_options, @sort