debian-mirror-gitlab/app/views/projects/merge_requests/dropdowns/_branch.html.haml
2023-01-12 18:35:48 +00:00

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