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

_stage.html.haml « stage « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92bfd5a48a8bd6dd4b79ece4037d82ac23f19dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%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_statuses, stage: false, ref: false, pipeline_link: false, allow_retry: true
= render stage.retried_statuses, stage: false, ref: false, pipeline_link: false, retried: true
%tr
  %td{ colspan: 10 }