debian-mirror-gitlab/app/views/projects/merge_requests/dropdowns/_project.html.haml

6 lines
182 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
%ul
- projects.each do |project|
%li
%a{ href: "#", class: "#{('is-active' if selected == project.id)}", data: { id: project.id } }
= project.path_with_namespace