diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-01-26 20:38:21 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-01-26 20:38:21 +0000 |
commit | 10178af1fd30e97dd65d11bba1e640aa7dc5bbbd (patch) | |
tree | 7d0bc5370383a81484464e59256f17d447f98303 /app/views | |
parent | 7db05c4da120a394dec3b5175720a9f8751eb736 (diff) | |
download | gitlab-ce-10178af1fd30e97dd65d11bba1e640aa7dc5bbbd.tar.gz |
Fixes after review25910-convert-manual-action-icons-to-svg-to-propperly-position-them
Diffstat (limited to 'app/views')
-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 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) |