-
Uploaded <%= time_ago_in_words upload.created_at %> ago
(<%= upload.created_at.strftime("%m/%d/%Y")%>)
-
Using
<%= Filesize.from("#{upload.src_file_size / 1000}KB").pretty %>
Image details
close
-
Original filename
<%= upload.src_file_name %>
-
Image type
<%= upload.src_content_type %>
-
Image size
<%= Filesize.from("#{upload.src_file_size / 1000}KB").pretty %> (<%= upload.src_file_size %> bytes)
-
Uploaded
<%= upload.created_at.strftime("%m/%d/%Y") %> (<%= time_ago_in_words upload.created_at %> ago)
-
Attached to
<%= link_to upload.content.name, upload.content %>
<%= link_to 'View original', upload.src(:original), class: 'small', target: '_new' %>
<%= link_to 'Delete image', image_deletion_path(upload.id), class: 'small right', method: 'delete', data: { confirm: "Are you sure you want to delete this image? This cannot be undone." } %>