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

  = render @projects

= paginate @projects