summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-08-16 22:14:27 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-08-16 22:14:27 +0800
commit1c88ed7a515141b7468b238a679e2ff5cf86e3f9 (patch)
treeb9d255f7f0adc912bfb6a8c7738bf1dd06f20681
parentf86a507745695f3b073d6edb6029836ab115765a (diff)
downloadgitlab-ce-1c88ed7a515141b7468b238a679e2ff5cf86e3f9.tar.gz
Not sure why missed this one
-rw-r--r--app/views/projects/repositories/_download_archive.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/repositories/_download_archive.html.haml b/app/views/projects/repositories/_download_archive.html.haml
index 48502498171..c0a5909d3a6 100644
--- a/app/views/projects/repositories/_download_archive.html.haml
+++ b/app/views/projects/repositories/_download_archive.html.haml
@@ -37,5 +37,5 @@
%li.dropdown-header Previous Artifacts
- artifacts.each do |job|
%li
- = link_to search_namespace_project_artifacts_path(@project.namespace, @project, ref, 'download', job: job.name), rel: 'nofollow' do
+ = link_to latest_succeeded_namespace_project_artifacts_path(@project.namespace, @project, ref, 'download', job: job.name), rel: 'nofollow' do
%span Download '#{job.name}'