<%= link_to 'View all', resources_path %>
<% end %>File | <% if @category.blank? %>Category | <% end %>Type | Size | Created | |
---|---|---|---|---|---|
<%= link_to resource.filename, resource.authenticated_s3_url(:use_ssl => true) %> | <% else %><%= link_to resource.name, resource.authenticated_s3_url(:use_ssl => true) %> | <% end %> <% if @category.blank? %><%= resource.category.name rescue nil %> | <% end %><%= resource.content_type %> | <%= number_to_human_size(resource.size) %> | <%= standard_date(resource.created_at) %> |