Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « projects « admin « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc7b041473be1c872521d055e525be4f0e5f3f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%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