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