Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4a392feb
Commit
4a392feb
authored
Jul 18, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix download artifacts button alignment
parent
9c70d98e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/views/projects/artifacts/browse.html.haml
app/views/projects/artifacts/browse.html.haml
+6
-6
No files found.
app/views/projects/artifacts/browse.html.haml
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment