Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_project.html.haml « dropdowns « merge_requests « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41c0b0ab55b7022a833c3b2f95f5c7ab9ab87523 (plain)
1
2
3
4
5
%ul
  - projects.each do |project|
    %li
      %a{ href: "#", class: "#{'is-active' if selected == project.id}", data: { id: project.id, 'refs-url': refs_project_path(project) } }
        = project.full_path