summaryrefslogtreecommitdiff
path: root/app/views/projects/stage/_stage.html.haml
blob: 1684e02fbad5af60d363969529b10a01924ed08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%tr
  %th{colspan: 10}
    %strong
      %a{ name: stage.name }
      %span{class: "ci-status-link ci-status-icon-#{stage.status}"}
        = ci_icon_for_status(stage.status)
       
      = stage.name.titleize
= render stage.statuses.latest_ordered, coverage: @project.build_coverage_enabled?, stage: false, ref: false, pipeline_link: false, allow_retry: true
= render stage.statuses.retried_ordered, coverage: @project.build_coverage_enabled?, stage: false, ref: false, pipeline_link: false, retried: true
%tr
  %td{colspan: 10}