Commit 02a10419 authored by mgandres's avatar mgandres

Fix misaligned buttons for CI Jobs page

parent 9e1a552f
......@@ -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