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

_pipeline_status_group.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: 6ada719e0068ed9092a3e1cab41ce042fdbf6d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- group_status = CommitStatus.where(id: subject).status
%button.dropdown-menu-toggle{ type: 'button', data: { toggle: 'dropdown' } }
  %span.ci-status-icon
    = render_status_with_link('build', group_status)
  %span.ci-status-text
    = name
  %span.badge= subject.size
%ul.dropdown-menu.grouped-pipeline-dropdown
  %li.arrow
  - subject.each do |status|
    %li
      = render "projects/#{status.to_partial_path}_pipeline", subject: status