Commit d0f35b04 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Replace retried build icon with fa-refresh

parent 0912022d
...@@ -113,7 +113,8 @@ ...@@ -113,7 +113,8 @@
.fa { .fa {
font-size: 12px; font-size: 12px;
color: $table-text-gray; color: $gl-text-color;
margin-left: 3px;
} }
.commit-id { .commit-id {
......
...@@ -35,8 +35,9 @@ ...@@ -35,8 +35,9 @@
- if build.stuck? - if build.stuck?
= icon('warning', class: 'text-warning has-tooltip', title: 'Build is stuck. Check runners.') = icon('warning', class: 'text-warning has-tooltip', title: 'Build is stuck. Check runners.')
- if retried
= icon('warning', class: 'text-warning has-tooltip', title: 'Build was retried.') - if defined?(retried) && retried
= icon('refresh', class: 'text-warning has-tooltip', title: 'Build was retried.')
.label-container .label-container
- if build.tags.any? - if build.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