diff options
author | Andrew Torres <andrew.torres.personal@gmail.com> | 2017-04-05 19:12:38 -0700 |
---|---|---|
committer | Andrew Torres <andrew.torres.personal@gmail.com> | 2017-04-11 15:46:59 -0700 |
commit | d36a78038afec6c760d71a0477341eb702b2ace4 (patch) | |
tree | b44f2e0bd207c7a84b6c1cf11b2e039daca0dfb4 /app/views/projects/builds | |
parent | 04a3e60e419ed1e7a8f253c7200703179a2177e1 (diff) | |
download | gitlab-ce-d36a78038afec6c760d71a0477341eb702b2ace4.tar.gz |
Update all instances of "fa-refresh" to "fa-spinner"
Diffstat (limited to 'app/views/projects/builds')
-rw-r--r-- | app/views/projects/builds/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml index f4a66398c85..c4159ce1a36 100644 --- a/app/views/projects/builds/_sidebar.html.haml +++ b/app/views/projects/builds/_sidebar.html.haml @@ -136,7 +136,7 @@ - else = build.id - if build.retried? - %i.fa.fa-refresh.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' } + %i.fa.fa-spinner.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' } :javascript new Sidebar(); |