<%= I18n.t("name", :scope => 'papermill') %><%= @asset.name %>
<%= I18n.t("content_type", :scope => 'papermill') %><%= @asset.content_type.join('/') %>
<%= I18n.t("size", :scope => 'papermill') %><%= number_to_human_size(@asset.size.to_i) %>
<% if @asset.image? %><%= I18n.t("width", :scope => 'papermill') %><%= @asset.width %>px
<%= I18n.t("height", :scope => 'papermill') %><%= @asset.height %>px
<% end %><%= I18n.t("created_at", :scope => 'papermill') %><%= I18n.l(@asset.created_at) %>
<%= I18n.t("updated_at", :scope => 'papermill') %><%= I18n.l(@asset.updated_at) %>
<%= I18n.t("class_name", :scope => 'papermill') %><%= @asset.class.name.underscore.humanize %>
<% if assetable = @asset.assetable %><%= I18n.t("parent", :scope => 'papermill') %>...
<% end %>