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