Path | Uploaded at | Size | Actions | <% @files.each do |file| %>
---|---|---|---|
<%= 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 %> |