Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_ci_stage.html.haml « commit « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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}