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: aaf1ab00eeb4ad5948b851231faf71429d43fced (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.full_path