debian-mirror-gitlab/app/views/projects/merge_requests/dropdowns/_branch.html.haml
2016-06-16 23:09:34 +05:30

5 lines
167 B
Text

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