mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 02:56:06 +10:00
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
%ul
|
|
- projects.each do |project|
|
|
%li
|
|
%a{ href: "#", class: "#{('is-active' if selected == project.id)}", data: { id: project.id } }
|
|
= project.path_with_namespace
|