From d331b3f91223f996e57092d3e6a64701ff0b1904 Mon Sep 17 00:00:00 2001 From: Dekadence Date: Mon, 15 Jul 2013 23:12:18 +0200 Subject: [PATCH] Fixed download link from blob for other files --- app/views/projects/blob/_download.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/blob/_download.html.haml b/app/views/projects/blob/_download.html.haml index 951393b..f3da1a2 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 -- libgit2 0.21.2