Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Torres <andrew.torres.personal@gmail.com>2017-04-06 05:12:38 +0300
committerAndrew Torres <andrew.torres.personal@gmail.com>2017-04-12 01:46:59 +0300
commitd36a78038afec6c760d71a0477341eb702b2ace4 (patch)
treeb44f2e0bd207c7a84b6c1cf11b2e039daca0dfb4 /app/views/projects/ci/builds/_build.html.haml
parent04a3e60e419ed1e7a8f253c7200703179a2177e1 (diff)
Update all instances of "fa-refresh" to "fa-spinner"
Diffstat (limited to 'app/views/projects/ci/builds/_build.html.haml')
-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 4700b7a9a45..2c3fd1fcd4d 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('refresh', class: 'text-warning has-tooltip', title: 'Job was retried')
+ = icon('spinner', class: 'text-warning has-tooltip', title: 'Job was retried')
.label-container
- if job.tags.any?