summaryrefslogtreecommitdiff
path: root/app/views/public/projects/index.html.haml
blob: f60a08988212f219fb76ce76225a87a7d3bb4b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%h3.page_title
  Projects
  %small Read-Only Access
%hr

%ul.unstyled
  - @projects.each do |project|
    %li.clearfix
      %h5
        %i.icon-star.cgreen
        = project.name_with_namespace
        .right
          %span.monospace.tiny
            git clone #{project.http_url_to_repo}


= paginate @projects, theme: "admin"