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

_in_stage_group.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: 65e5f31e86c7a46d986ee120416a2bbda96b0644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- group_status = CommitStatus.where(id: subject).status
%button.dropdown-menu-toggle.build-content.has-tooltip{ type: 'button', data: { toggle: 'dropdown',  title: "#{name} - #{group_status}" } }
  %span{class: "ci-status-icon ci-status-icon-#{group_status}"}
    = ci_icon_for_status(group_status)
  %span.ci-status-text
    = name
  %span.dropdown-counter-badge= subject.size
.dropdown-menu.grouped-pipeline-dropdown
  .arrow
  %ul
    - subject.each do |status|
      %li.dropdown-build
        = render 'ci/status/graph_badge', subject: status