Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-07-18 18:34:31 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-07-18 18:34:31 +0300
commite00fb385b247f90f12ddadd090e87cd59f2ebb36 (patch)
tree63f20da3731b18638dfe80352a4f36af3cd5b3f1 /app/views/projects/tags
parent914336b2d9da688a7b6267425a408c0ce280f9b2 (diff)
Actually should use tree path
Diffstat (limited to 'app/views/projects/tags')
-rw-r--r--app/views/projects/tags/_download.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/_download.html.haml b/app/views/projects/tags/_download.html.haml
index 2a8891e917f..6a431bcf7b2 100644
--- a/app/views/projects/tags/_download.html.haml
+++ b/app/views/projects/tags/_download.html.haml
@@ -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