debian-mirror-gitlab/app/views/ci/admin/projects/index.html.haml
2015-09-25 12:07:36 +05:30

15 lines
238 B
Text

%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