summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-25 00:13:28 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-01-25 15:44:44 +0000
commit066155704dd46b348688366eae176fdcee641f3c (patch)
tree6173f0bb8998ef9ae32736adbfd102b2a98e4a72 /app/views/ci
parent1fe80c296243c92fc4619ae556bc53383c059266 (diff)
downloadgitlab-ce-066155704dd46b348688366eae176fdcee641f3c.tar.gz
added icons and fixed mini pipeline action dropdown icons
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/status/_dropdown_graph_badge.html.haml2
-rw-r--r--app/views/ci/status/_graph_badge.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/ci/status/_dropdown_graph_badge.html.haml b/app/views/ci/status/_dropdown_graph_badge.html.haml
index 8dea3479f82..8ed23ac4919 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 } do
- = icon(status.action_icon, class: status.action_class)
+ = custom_icon(status.action_icon)
diff --git a/app/views/ci/status/_graph_badge.html.haml b/app/views/ci/status/_graph_badge.html.haml
index dd2f649de9a..edfb02d21f3 100644
--- a/app/views/ci/status/_graph_badge.html.haml
+++ b/app/views/ci/status/_graph_badge.html.haml
@@ -17,4 +17,4 @@
- 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
- = icon(status.action_icon, class: status.action_class)
+ = custom_icon(status.action_icon)