diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-15 14:36:55 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-15 14:36:55 +0000 |
commit | adb6965c78fb177e3b9a7e6aa06cf538229addd6 (patch) | |
tree | 869c11578f2fb1111cca66d9fdf8af56a35fb0d6 /app/views | |
parent | 915f1bcdaf56c5633bf3bbb8c8989298dd2685e9 (diff) | |
parent | 9923a630af7990c7fccc39f3e6584fb6b8bb2267 (diff) | |
download | gitlab-ce-adb6965c78fb177e3b9a7e6aa06cf538229addd6.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 8a5c8e2429c..8032d81cd91 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(); |