summaryrefslogtreecommitdiff
path: root/app/views/ci/status/_graph_badge.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-26 20:38:21 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-01-26 20:38:21 +0000
commit10178af1fd30e97dd65d11bba1e640aa7dc5bbbd (patch)
tree7d0bc5370383a81484464e59256f17d447f98303 /app/views/ci/status/_graph_badge.html.haml
parent7db05c4da120a394dec3b5175720a9f8751eb736 (diff)
downloadgitlab-ce-25910-convert-manual-action-icons-to-svg-to-propperly-position-them.tar.gz
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)