5 lines
167 B
Text
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
|