summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_download.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/blob/_download.html.haml')
-rw-r--r--app/views/projects/blob/_download.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_download.html.haml b/app/views/projects/blob/_download.html.haml
index 951393b7104..f3da1a2a219 100644
--- a/app/views/projects/blob/_download.html.haml
+++ b/app/views/projects/blob/_download.html.haml
@@ -1,6 +1,6 @@
.file-content.blob_file
%center
- = link_to project_blob_path(@project, @id) do
+ = link_to project_raw_path(@project, @id) do
%div.padded
%h4
%i.icon-download-alt