<% if @object then @object.files.sort_by{|f|f[1]}.each do |file| %> <% file_path = "#{file[0]}/#{file[1]}" %> <% end; end %>
path file d/l size
<%= file[0] %> <%= link_to file[1], {controller: 'collections', action: 'show_file', uuid: @object.uuid, file: file_path, size: file[2], disposition: 'inline'}, {title: 'View in browser'} %>
<%= link_to raw(''), {controller: 'collections', action: 'show_file', uuid: @object.uuid, file: file_path, size: file[2], disposition: 'attachment'}, {class: 'label label-info', title: 'Download'} %>
<%= raw(human_readable_bytes_html(file[2])) %>