Commit e01abc1e authored by Alexander Turinske's avatar Alexander Turinske

Fix misalignment of download icon on jobs page

- with the update of the repeat icon, the download icon is not aligned
  properly
parent 6d51286d
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
%td %td
.float-right .float-right
- if can?(current_user, :read_build, job) && job.artifacts? - if can?(current_user, :read_build, job) && job.artifacts?
= link_to download_project_job_artifacts_path(job.project, job), rel: 'nofollow', download: '', title: _('Download artifacts'), class: 'btn btn-build' do = link_to download_project_job_artifacts_path(job.project, job), rel: 'nofollow', download: '', title: _('Download artifacts'), class: 'btn btn-build gl-button btn-icon btn-svg' do
= sprite_icon('download') = sprite_icon('download')
- if can?(current_user, :update_build, job) - if can?(current_user, :update_build, job)
- if job.active? - if job.active?
......
---
title: Fix misalignment of download icon on jobs page
merge_request: 37966
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