summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-10-10 16:10:20 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-10-30 10:27:46 +0100
commit71a56096b3e4b5cf9cd986016fd07d39a97e8a3c (patch)
treed519ac6a05a5b59f1989557e8ef855a652511f17 /app
parentce75de08f076ced6c68dfcf90e92254123dfdf48 (diff)
downloadgitlab-ce-71a56096b3e4b5cf9cd986016fd07d39a97e8a3c.tar.gz
Test Fixes
Diffstat (limited to 'app')
-rw-r--r--app/views/ci/status/_dropdown_graph_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/status/_dropdown_graph_badge.html.haml b/app/views/ci/status/_dropdown_graph_badge.html.haml
index 75f7c127618..9596bf00f75 100644
--- a/app/views/ci/status/_dropdown_graph_badge.html.haml
+++ b/app/views/ci/status/_dropdown_graph_badge.html.haml
@@ -16,4 +16,4 @@
- if status.has_action?
= link_to status.action_path, class: 'ci-action-icon-wrapper js-ci-action-icon', method: status.action_method, data: { toggle: 'tooltip', title: status.action_title, container: 'body' } do
- = custom_icon(status.action_icon)
+ = sprite_icon(status.action_icon)