Commit 79e0796c64a758d539507bd84cfe6da9eb5f96a8

Authored by Dmitriy Zaporozhets
2 parents 247e0951 d331b3f9

Merge pull request #4562 from Dekadencee/fix_download_link

Fix download link to "other files" in blob
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/blob/_download.html.haml
1 1 .file-content.blob_file
2 2 %center
3   - = link_to project_blob_path(@project, @id) do
  3 + = link_to project_raw_path(@project, @id) do
4 4 %div.padded
5 5 %h4
6 6 %i.icon-download-alt
... ...