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