_branch.html.haml 167 Bytes EditWeb IDE 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