Skip to content
Snippets Groups Projects
Commit 3ec5c3e1 authored by Miguel Rincon's avatar Miguel Rincon
Browse files

Use sprite_icon in failed builds tab

parent 8b902393
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -56,7 +56,7 @@
%tr.build-state.responsive-table-border-start
%td.responsive-table-cell.ci-status-icon-failed{ data: { column: _('Status')} }
.d-none.d-md-block.build-icon
= custom_icon("icon_status_#{build.status}")
= sprite_icon("status_#{build.status}")
.d-md-none.build-badge
= render "ci/status/badge", link: false, status: job.detailed_status(current_user)
%td.responsive-table-cell.build-name{ data: { column: _('Name')} }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment