summaryrefslogtreecommitdiff
path: root/app/views/ci/admin/projects/index.html.haml
blob: 0da8547924bb8c41244245eabbcc0288e14c681a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.table-holder
  %table.table
    %thead
      %tr
        %th ID
        %th Name
        %th Last build
        %th Access
        %th Builds
        %th

    - @projects.each do |project|
      = render "ci/admin/projects/project", project: project

= paginate @projects