6 lines
152 B
Text
6 lines
152 B
Text
|
%ul
|
||
|
- branches.each do |branch|
|
||
|
%li
|
||
|
%a{ href: '#', class: "#{('is-active' if selected == branch)}", data: { id: branch } }
|
||
|
= branch
|