debian-mirror-gitlab/app/views/projects/merge_requests/dropdowns/_branch.html.haml
2023-01-13 15:02:22 +05:30

5 lines
165 B
Text

%ul
- branches.each do |branch|
%li
%a{ href: '#', class: "#{'is-active' if selected == branch}", title: branch, data: { id: branch } }
= branch