debian-mirror-gitlab/app/views/ci/admin/projects/index.html.haml

16 lines
238 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
%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