gitlab-org--gitlab-foss/app/views/projects/merge_requests/dropdowns/_project.html.haml
Phil Hughes 970b2ed9da Updated MR compare
Based on in feedback in !3228
2016-04-13 16:10:03 +01:00

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