Commit dddad006 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '225888-fix-download-icon' into 'master'

Fix misalignment of download icon on jobs page

Closes #225888

See merge request gitlab-org/gitlab!37966
parents decf75ce e01abc1e
......@@ -97,7 +97,7 @@
%td
.float-right
- 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')
- if can?(current_user, :update_build, job)
- 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