summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-24 16:33:53 +0000
committerTimothy Andrew <mail@timothyandrew.net>2017-05-25 04:44:18 +0000
commit267a3b2ab2b3fe017827ba291cd20c0d07c99ec2 (patch)
tree9a54142c0c1954fd0886074c3628844a87a8040e
parent309e5974f1ef14a28e2a9104ed5c45cfa7d98243 (diff)
downloadgitlab-ce-267a3b2ab2b3fe017827ba291cd20c0d07c99ec2.tar.gz
Merge branch '32828-refresh-build' into 'master'
Use refresh icon for retried jobs Closes #32828 See merge request !11667
-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 c0019996176..84ac03237e1 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?