Download link for binary

This commit is contained in:
Dmitriy Zaporozhets 2011-12-15 08:42:24 +02:00
parent 0712e78597
commit ed3f3a0d4d
4 changed files with 17 additions and 4 deletions

View file

@ -34,7 +34,7 @@
%td= f.label :default_branch, "Default Branch"
%td= f.select(:default_branch, @project.heads.map(&:name), {}, :style => "width:300px;")
%tr
-#%tr
%td= f.label :tag_list
%td= f.text_area :tag_list, :placeholder => "project tags", :style => "height:50px", :id => :tag_field
%tr

View file

@ -20,6 +20,10 @@
.view_file_content_image
%img{ :src => "data:#{file.mime_type};base64,#{Base64.encode64(file.data)}"}
- else
%p
%center No preview for this file type
%center
= link_to blob_project_ref_path(@project, @ref, :path => params[:path] ) do
%div
%br
= image_tag "download.png", :width => 64
%h3
Download (#{file.mb_size})