summaryrefslogtreecommitdiff
path: root/app/views/projects/stage/_stage.html.haml
blob: 387c8fb323478e4a99c7bb1c2cfdb368d8602604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- 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 }