Commit 6f73ac8a authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-download-artifacts-alignment' into 'master'

Fix download artifacts button alignment

Closes #35137

See merge request !12942
parents 3453bc32 4a392feb
...@@ -5,12 +5,6 @@ ...@@ -5,12 +5,6 @@
.tree-holder .tree-holder
.nav-block .nav-block
.tree-controls
= link_to download_project_job_artifacts_path(@project, @build),
rel: 'nofollow', download: '', class: 'btn btn-default download' do
= icon('download')
Download artifacts archive
%ul.breadcrumb.repo-breadcrumb %ul.breadcrumb.repo-breadcrumb
%li %li
= link_to 'Artifacts', browse_project_job_artifacts_path(@project, @build) = link_to 'Artifacts', browse_project_job_artifacts_path(@project, @build)
...@@ -18,6 +12,12 @@ ...@@ -18,6 +12,12 @@
%li %li
= link_to truncate(title, length: 40), browse_project_job_artifacts_path(@project, @build, path) = link_to truncate(title, length: 40), browse_project_job_artifacts_path(@project, @build, path)
.tree-controls
= link_to download_project_job_artifacts_path(@project, @build),
rel: 'nofollow', download: '', class: 'btn btn-default download' do
= icon('download')
Download artifacts archive
.tree-content-holder .tree-content-holder
%table.table.tree-table %table.table.tree-table
%thead %thead
......
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