debian-mirror-gitlab/app/views/projects/merge_requests/dropdowns/_branch.html.haml

6 lines
152 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
%ul
- branches.each do |branch|
%li
%a{ href: '#', class: "#{('is-active' if selected == branch)}", data: { id: branch } }
= branch