summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_pipelines_list.haml
blob: 95a8c7b4a5d013ae1f13084a5053b2917dd58890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%ul.content-list.pipelines
  - if pipelines.blank?
    %li
      .nothing-here-block No pipelines to show
  - else
    .table-holder
      %table.table.builds
        %tbody
          %th Status
          %th Commit
          %th Stages
          %th
          %th
        = render pipelines, commit_sha: true, stage: true, allow_retry: true, stages: pipelines.stages, status_icon_only: true, hide_branch: true