index.html.haml 238 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
%table.table
  %thead
    %tr
      %th ID
      %th Name
      %th Last build
      %th Access
      %th Builds
      %th

Valery Sizov's avatar
Valery Sizov committed
11
  - @projects.each do |project|
Valery Sizov's avatar
Valery Sizov committed
12
    = render "ci/admin/projects/project", project: project
13 14 15

= paginate @projects