summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/dropdowns/_branch.html.haml
blob: a60c445aa518a280beb9645dad0a2df586c79ea4 (plain)
1
2
3
4
5
%ul
  - branches.each do |branch|
    %li
      %a{ href: '#', class: "#{('is-active' if selected == branch)}", title: branch, data: { id: branch } }
        = branch