summaryrefslogtreecommitdiff
path: root/app/views/ci/projects/gitlab.html.haml
blob: 2101aa932a4030fd74c78df95c50ec3430d33771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- if @offset == 0
  .gray-content-block.clearfix.light.second-block
    .pull-left.fetch-status
      - if params[:search].present?
        by keyword: "#{params[:search]}",
      #{@total_count} projects, #{@projects.size} of them added to CI

  .wide-table-holder
    %table.table.projects-table.content-list
      %thead
        %tr
          %th Project Name
          %th Last commit
          %th Access
          %th Commits

      = render @projects

      = render "gl_projects"

  %p.text-center.hide.loading
    %i.fa.fa-refresh.fa-spin

- else
  = render @projects

  = render "gl_projects"