summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-19 07:39:43 +0000
committerPhil Hughes <me@iamphill.com>2017-07-19 07:39:43 +0000
commit6f73ac8a416935d92147f3f7faf24e051ec8ef13 (patch)
tree8a0fb01ef511020ae0b68d244ea0d87a2c04311d
parent3453bc328465156bf1fdb4c700c7c3b20d0c1967 (diff)
parent4a392feb09487e918060a16b83fa6b3066546da0 (diff)
downloadgitlab-ce-6f73ac8a416935d92147f3f7faf24e051ec8ef13.tar.gz
Merge branch 'fix-download-artifacts-alignment' into 'master'
Fix download artifacts button alignment Closes #35137 See merge request !12942
-rw-r--r--app/views/projects/artifacts/browse.html.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/projects/artifacts/browse.html.haml b/app/views/projects/artifacts/browse.html.haml
index 576e5b385af..a33743c2f57 100644
--- a/app/views/projects/artifacts/browse.html.haml
+++ b/app/views/projects/artifacts/browse.html.haml
@@ -5,12 +5,6 @@
.tree-holder
.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
%li
= link_to 'Artifacts', browse_project_job_artifacts_path(@project, @build)
@@ -18,6 +12,12 @@
%li
= 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
%table.table.tree-table
%thead