Commit 7ff7a135 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'fix-misaligned-job-buttons-24395' into 'master'

Fix misaligned buttons for CI Jobs page

See merge request gitlab-org/gitlab!48332
parents 4a99170c 02a10419
......@@ -97,7 +97,7 @@
#{job.coverage}%
%td
.float-right
.gl-display-flex
- 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 gl-button btn-icon btn-svg' do
= sprite_icon('download')
......
---
title: Fix misaligned buttons for CI Jobs page
merge_request: 48332
author: mgandres
type: fixed
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