diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-15 14:36:55 +0000 |
---|---|---|
committer | Timothy Andrew <mail@timothyandrew.net> | 2017-05-18 14:33:53 +0000 |
commit | c94eb9e11275f2d77ce2e799299bbc03b5a1a83d (patch) | |
tree | 2a7622963cbd47ede6f2d40f7ed87e4325dcd05a /app/views | |
parent | 434c2517b18215e17d344e0a6b773178468e2b22 (diff) | |
download | gitlab-ce-c94eb9e11275f2d77ce2e799299bbc03b5a1a83d.tar.gz |
Merge branch '32184-retried-jobs' into 'master'
Use fa-refresh on retried jobs
Closes #32184
See merge request !11337
Diffstat (limited to 'app/views')
-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 43191fae9e6..26c892d0fd2 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-spinner.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' } + %i.fa.fa-refresh.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' } :javascript new Sidebar(); |