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

6 lines
212 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
%ul
- projects.each do |project|
%li
2018-10-15 14:42:47 +05:30
%a{ href: "#", class: "#{('is-active' if selected == project.id)}", data: { id: project.id, 'refs-url': refs_project_path(project) } }
2017-09-10 17:25:29 +05:30
= project.full_path