debian-mirror-gitlab/app/views/ci/admin/projects/index.html.haml
2015-11-26 14:37:03 +05:30

16 lines
274 B
Text

.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