Files
gitlabhq/app/views/ci/admin/projects/index.html.haml
T
2015-09-11 14:40:57 +03:00

16 lines
238 B
Plaintext

%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