Commit 46264bc0 authored by Phil Hughes's avatar Phil Hughes

Merge branch '32828-refresh-build' into 'master'

Use refresh icon for retried jobs

Closes #32828

See merge request !11667
parents 48fb05c9 47439320
......@@ -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?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment