BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
e00fb385
Commit
e00fb385
authored
Jul 18, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actually should use tree path
parent
914336b2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
_branch.html.haml
app/views/projects/branches/_branch.html.haml
+1
-1
_download.html.haml
app/views/projects/buttons/_download.html.haml
+1
-1
_download.html.haml
app/views/projects/tags/_download.html.haml
+1
-1
No files found.
app/views/projects/branches/_branch.html.haml
View file @
e00fb385
...
...
@@ -40,7 +40,7 @@
%ul
.dropdown-menu.dropdown-menu-align-right
{
role:
'menu'
}
%li
.dropdown-header
Artifacts
-
unless
pipeline
.
latest?
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_
commits
_path
(
@project
.
namespace
,
@project
,
pipeline
.
sha
))
}
)"
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_
tree
_path
(
@project
.
namespace
,
@project
,
pipeline
.
sha
))
}
)"
-
artifacts
.
each
do
|
job
|
%li
=
link_to
search_namespace_project_artifacts_path
(
@project
.
namespace
,
@project
,
branch
.
name
,
'download'
,
job:
job
.
name
),
rel:
'nofollow'
do
...
...
app/views/projects/buttons/_download.html.haml
View file @
e00fb385
...
...
@@ -20,7 +20,7 @@
-
if
artifacts
.
any?
%li
.dropdown-header
Artifacts
-
unless
pipeline
.
latest?
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_
commits
_path
(
@project
.
namespace
,
@project
,
pipeline
.
sha
))
}
)"
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_
tree
_path
(
@project
.
namespace
,
@project
,
pipeline
.
sha
))
}
)"
-
artifacts
.
each
do
|
job
|
%li
=
link_to
search_namespace_project_artifacts_path
(
@project
.
namespace
,
@project
,
@ref
,
'download'
,
job:
job
.
name
),
rel:
'nofollow'
do
...
...
app/views/projects/tags/_download.html.haml
View file @
e00fb385
...
...
@@ -18,7 +18,7 @@
-
if
artifacts
.
any?
%li
.dropdown-header
Artifacts
-
unless
pipeline
.
latest?
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_
commits
_path
(
project
.
namespace
,
project
,
pipeline
.
sha
))
}
)"
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_
tree
_path
(
project
.
namespace
,
project
,
pipeline
.
sha
))
}
)"
-
artifacts
.
each
do
|
job
|
%li
=
link_to
search_namespace_project_artifacts_path
(
project
.
namespace
,
project
,
ref
,
'download'
,
job:
job
.
name
),
rel:
'nofollow'
do
...
...
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