diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-23 16:09:41 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-23 16:09:41 -0500 |
commit | 47439320d94ca0fa2b6eb54af31433fdb7c7b901 (patch) | |
tree | bddf96190331b7617fc77cebb675d1abd8e658f3 | |
parent | 217e9d5070bd63d349b3dc9d9fdb9c03307d79de (diff) | |
download | gitlab-ce-47439320d94ca0fa2b6eb54af31433fdb7c7b901.tar.gz |
Use refresh icon for retried jobs32828-refresh-build
-rw-r--r-- | app/views/projects/ci/builds/_build.html.haml | 2 |
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? |