BigW Consortium Gitlab

_branch.html.haml 167 Bytes
Newer Older
Phil Hughes committed
1 2 3
%ul
  - branches.each do |branch|
    %li
4
      %a{ href: '#', class: "#{('is-active' if selected == branch)}", title: branch, data: { id: branch } }
Phil Hughes committed
5
        = branch