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

_sort_dropdown.html.haml « runners « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7b10cecee87539ef12b7517cd95a53446709a63 (plain)
1
2
3
- runners_sort_options = runners_sort_options_hash.map { |value, text| { value: value, text: text, href: page_filter_path(sort: value) } }

= gl_redirect_listbox_tag runners_sort_options, @sort, class: 'gl-ml-3', data: { display: 'static' }