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

index.html.haml « projects « public « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: afdd4c5fd95150eab8dc3b9554a7f730a3ee9a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%h3.page_title
  Projects
  %small with read-only access
%hr

%ul.unstyled
  - @projects.each do |project|
    %li.clearfix
      %h5
        %i.icon-share
        = project.name_with_namespace
        .right
          %pre.dark.tiny git clone #{project.http_url_to_repo}


= paginate @projects, theme: "admin"