mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
.file-content.blob_file.blob-no-preview
|
|
.center
|
|
= link_to namespace_project_raw_path(@project.namespace, @project, @id) do
|
|
%h1.light
|
|
%i.fa.fa-download
|
|
%h4
|
|
Download (#{number_to_human_size blob.size})
|