_pipelines_list.haml 499 Bytes
Newer Older
1
%ul.content-list.pipelines
Annabel Dunstone's avatar
Annabel Dunstone committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
  - if pipelines.blank?
    %li
      .nothing-here-block No pipelines to show
  - else
    .table-holder
      %table.table.builds
        %tbody
          %th Status
          %th Commit
          - pipelines.stages.each do |stage|
            %th.stage
              %span.has-tooltip{ title: "#{stage.titleize}" }
                = stage.titleize
          %th
          %th
        = render pipelines, commit_sha: true, stage: true, allow_retry: true, stages: stages