summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-23 16:09:41 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-23 16:09:41 -0500
commit47439320d94ca0fa2b6eb54af31433fdb7c7b901 (patch)
treebddf96190331b7617fc77cebb675d1abd8e658f3
parent217e9d5070bd63d349b3dc9d9fdb9c03307d79de (diff)
downloadgitlab-ce-32828-refresh-build.tar.gz
Use refresh icon for retried jobs32828-refresh-build
-rw-r--r--app/views/projects/ci/builds/_build.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/builds/_build.html.haml b/app/views/projects/ci/builds/_build.html.haml
index e796920ac82..a190a8760ef 100644
--- a/app/views/projects/ci/builds/_build.html.haml
+++ b/app/views/projects/ci/builds/_build.html.haml
@@ -36,7 +36,7 @@
= icon('warning', class: 'text-warning has-tooltip', title: 'Job is stuck. Check runners.')
- if retried
- = icon('spinner', class: 'text-warning has-tooltip', title: 'Job was retried')
+ = icon('refresh', class: 'text-warning has-tooltip', title: 'Job was retried')
.label-container
- if job.tags.any?