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: 25d5dc92f8aaa950cc558a1e08bd413846ff022e (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 } }
        = project.path_with_namespace