diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-17 13:34:35 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-17 13:34:35 +0100 |
commit | dc68a91c444d3da85bbcb87e4ef4e841be9f3887 (patch) | |
tree | 936ff711232e17db2fd03653a1b4310a7a388671 /app/views/ci/status | |
parent | 1476bb2c54d8195ea673777c2d5c873c2a3becf7 (diff) | |
download | gitlab-ce-dc68a91c444d3da85bbcb87e4ef4e841be9f3887.tar.gz |
Fix CI/CD statuses actions' CSS on pipeline graphs
Diffstat (limited to 'app/views/ci/status')
-rw-r--r-- | app/views/ci/status/_graph_badge.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/status/_graph_badge.html.haml b/app/views/ci/status/_graph_badge.html.haml index c7d04ab61e9..9f3a9c0c6b2 100644 --- a/app/views/ci/status/_graph_badge.html.haml +++ b/app/views/ci/status/_graph_badge.html.haml @@ -2,7 +2,7 @@ - subject = local_assigns.fetch(:subject) - status = subject.detailed_status(current_user) -- klass = "ci-status-icon ci-status-icon-#{status}" +- klass = "ci-status-icon ci-status-icon-#{status.group}" - if status.has_details? = link_to status.details_path, data: { toggle: 'tooltip', title: "#{subject.name} - #{status.label}" } do |