Files


<% @files.each do |file| %> <% end %>
Path Uploaded at Size Actions
<%= link_to file.public_path, file.public_path, :title => "Click to open" %> <%= file.mtime.strftime("%Y-%m-%d %H:%M") %> <%= number_to_human_size(file.size, :precision => 2) %> <%= link_to 'Remove', file_path(file), :confirm => 'Are you sure?', :id => 'remove-link', :title => "Click to remove file.", :method => :delete %>
<% content_for :inline_javascript do %> <% end %>