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 a44adc6205a..0530d21a7e2 100644
--- a/app/views/ci/status/_graph_badge.html.haml
+++ b/app/views/ci/status/_graph_badge.html.haml
@@ -16,5 +16,5 @@
- if status.has_action?
= link_to status.action_path, class: 'ci-action-icon-container has-tooltip', method: status.action_method, data: { toggle: 'tooltip', title: status.action_title } do
- %i.ci-action-icon-wrapper{ class: "js-#{status.action_icon}" }
+ %i.ci-action-icon-wrapper{ class: "js-#{status.action_icon.dasherize}" }
= custom_icon(status.action_icon)