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: 21e9d2e6029c93036f3d2a07ff5df988cd8447ab (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
        .pull-right
          %pre.dark.tiny git clone #{project.http_url_to_repo}


= paginate @projects, theme: "admin"