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