summaryrefslogtreecommitdiff
path: root/app/views/ci/admin/projects/index.html.haml
blob: dc7b041473be1c872521d055e525be4f0e5f3f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%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