gitlab-org--gitlab-foss/app/views/projects/stage/_stage.html.haml

16 lines
518 B
Plaintext

- stage = stage.present(current_user: current_user)
%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.latest_ordered_statuses, stage: false, ref: false, pipeline_link: false, allow_retry: true
= render stage.retried_ordered_statuses, stage: false, ref: false, pipeline_link: false, retried: true
%tr
%td{ colspan: 10 }