gitlab.html.haml 603 Bytes
Newer Older
1
- if @offset == 0
2
  .gray-content-block.clearfix.light.second-block
3 4 5 6 7
    .pull-left.fetch-status
      - if params[:search].present?
        by keyword: "#{params[:search]}",
      #{@total_count} projects, #{@projects.size} of them added to CI

8 9 10 11 12 13 14 15
  .wide-table-holder
    %table.table.projects-table.content-list
      %thead
        %tr
          %th Project Name
          %th Last commit
          %th Access
          %th Commits
16

17
      = render @projects
18

19
      = render "gl_projects"
20 21

  %p.text-center.hide.loading
22
    %i.fa.fa-refresh.fa-spin
23 24 25 26 27

- else
  = render @projects

  = render "gl_projects"