summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_ci_stage.html.haml
blob: aaa318e1eb3f0c947ace8b1ecd63abaab59e3d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%tr
  %th{colspan: 10}
    %strong
      - 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}