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: 0da8547924bb8c41244245eabbcc0288e14c681a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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