Commit 5dcb57e5 authored by Annabel Dunstone's avatar Annabel Dunstone Committed by Annabel Dunstone Gray

Add tooltip icon to retried builds

parent eb541b4f
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
.build-job { .build-job {
position: relative; position: relative;
.fa { .fa-check {
position: absolute; position: absolute;
left: 15px; left: 15px;
top: 20px; top: 20px;
......
...@@ -135,11 +135,5 @@ ...@@ -135,11 +135,5 @@
= build.name = build.name
- else - else
= build.id = build.id
- if @build.retried?
- if @build.retried? %i.fa.fa-warning.has-tooltip{data: { container: 'body', placement: 'bottom' }, title: 'This build was retried'}
%li.active
%a
Build ##{@build.id}
·
%i.fa.fa-warning
This build was retried.
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