summaryrefslogtreecommitdiff
path: root/app/views/ci/status/_graph_badge.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/status/_graph_badge.html.haml')
-rw-r--r--app/views/ci/status/_graph_badge.html.haml2
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