summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-24 16:33:53 +0000
committerPhil Hughes <me@iamphill.com>2017-05-24 16:33:53 +0000
commit46264bc0134f27829d50b629a898ce0b5d96c11c (patch)
tree76375503daf0f973fcb376e9ce1544e5da53d4e9
parent48fb05c97796a40d467be1e0758637ffbafd3a2d (diff)
parent47439320d94ca0fa2b6eb54af31433fdb7c7b901 (diff)
downloadgitlab-ce-46264bc0134f27829d50b629a898ce0b5d96c11c.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 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?