970b2ed9da
Based on in feedback in !3228
5 lines
182 B
Text
5 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
|