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

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

%div
  = gl_redirect_listbox_tag milestones_sort_options, @sort