BigW Consortium Gitlab

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