BigW Consortium Gitlab

_pipelines_list.haml 413 Bytes
Newer Older
1
%ul.content-list.pipelines
2 3 4 5 6
  - if pipelines.blank?
    %li
      .nothing-here-block No pipelines to show
  - else
    .table-holder
7
      %table.table.ci-table
8 9
        %tbody
          %th Status
10
          %th Pipeline
11
          %th Commit
12
          %th Stages
13 14
          %th
          %th
15
        = render pipelines, commit_sha: true, stage: true, allow_retry: true, stages: pipelines.stages, show_commit: false