_pipelines_list.haml 411 字节
Newer Older
1
%ul.content-list.pipelines
A
Annabel Dunstone 已提交
2 3 4 5 6 7 8 9 10
  - if pipelines.blank?
    %li
      .nothing-here-block No pipelines to show
  - else
    .table-holder
      %table.table.builds
        %tbody
          %th Status
          %th Commit
11
          %th Stages
A
Annabel Dunstone 已提交
12 13
          %th
          %th
14
        = render pipelines, commit_sha: true, stage: true, allow_retry: true, stages: pipelines.stages, status_icon_only: true, hide_branch: true