Commit 4ec6eddb authored by Alexander Turinske's avatar Alexander Turinske

Replace fa-repeat icon with svg

- replace icon("repeat") with sprite_icon("repeat")
parent 5b86fa32
...@@ -127,4 +127,4 @@ ...@@ -127,4 +127,4 @@
= custom_icon('icon_play') = custom_icon('icon_play')
- elsif job.retryable? - elsif job.retryable?
= link_to retry_project_job_path(job.project, job, return_to: request.original_url), method: :post, title: _('Retry'), class: 'btn btn-build' do = link_to retry_project_job_path(job.project, job, return_to: request.original_url), method: :post, title: _('Retry'), class: 'btn btn-build' do
= icon('repeat') = sprite_icon('repeat')
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
%td.responsive-table-cell.build-actions %td.responsive-table-cell.build-actions
- if can?(current_user, :update_build, job) - if can?(current_user, :update_build, job)
= link_to retry_project_job_path(build.project, build, return_to: request.original_url), method: :post, title: _('Retry'), class: 'btn btn-build' do = link_to retry_project_job_path(build.project, build, return_to: request.original_url), method: :post, title: _('Retry'), class: 'btn btn-build' do
= icon('repeat') = sprite_icon('repeat')
- if can?(current_user, :read_build, job) - if can?(current_user, :read_build, job)
%tr.build-trace-row.responsive-table-border-end %tr.build-trace-row.responsive-table-border-end
%td %td
......
---
title: Replace fa-replace icon with svg
merge_request: 37228
author:
type: other
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