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
914336b2
Commit
914336b2
authored
Jul 18, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Links to search_namespace_project_artifacts_path instead
parent
57a78c37
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 @
914336b2
...
...
@@ -43,7 +43,7 @@
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_commits_path
(
@project
.
namespace
,
@project
,
pipeline
.
sha
))
}
)"
-
artifacts
.
each
do
|
job
|
%li
=
link_to
download_namespace_project_build_artifacts_path
(
@project
.
namespace
,
@project
,
job
),
rel:
'nofollow'
do
=
link_to
search_namespace_project_artifacts_path
(
@project
.
namespace
,
@project
,
branch
.
name
,
'download'
,
job:
job
.
name
),
rel:
'nofollow'
do
%span
Download '
#{
job
.
name
}
'
-
if
can_remove_branch?
(
@project
,
branch
.
name
)
...
...
app/views/projects/buttons/_download.html.haml
View file @
914336b2
...
...
@@ -23,5 +23,5 @@
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_commits_path
(
@project
.
namespace
,
@project
,
pipeline
.
sha
))
}
)"
-
artifacts
.
each
do
|
job
|
%li
=
link_to
download_namespace_project_build_artifacts_path
(
@project
.
namespace
,
@project
,
job
),
rel:
'nofollow'
do
=
link_to
search_namespace_project_artifacts_path
(
@project
.
namespace
,
@project
,
@ref
,
'download'
,
job:
job
.
name
),
rel:
'nofollow'
do
%span
Download '
#{
job
.
name
}
'
app/views/projects/tags/_download.html.haml
View file @
914336b2
...
...
@@ -21,5 +21,5 @@
=
" (not latest, but
#{
link_to
(
pipeline
.
short_sha
,
namespace_project_commits_path
(
project
.
namespace
,
project
,
pipeline
.
sha
))
}
)"
-
artifacts
.
each
do
|
job
|
%li
=
link_to
download_namespace_project_build_artifacts_path
(
project
.
namespace
,
project
,
job
),
rel:
'nofollow'
do
=
link_to
search_namespace_project_artifacts_path
(
project
.
namespace
,
project
,
ref
,
'download'
,
job:
job
.
name
),
rel:
'nofollow'
do
%span
Download '
#{
job
.
name
}
'
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