<%= I18n.t("name", :scope => 'papermill') %> | <%= @asset.name %> |
<%= I18n.t("content_type", :scope => 'papermill') %> | <%= @asset.content_type %> |
<%= I18n.t("size", :scope => 'papermill') %> | <%= number_to_human_size(@asset.size.to_i) %> |
<% if @asset.image? %>
<%= I18n.t("width", :scope => 'papermill') %> | <%= @asset.width.to_i %>px |
<%= I18n.t("height", :scope => 'papermill') %> | <%= @asset.height.to_i %>px |
<% end %>
<%= I18n.t("created_at", :scope => 'papermill') %> | <%= I18n.l(@asset.created_at) %> |
<%= I18n.t("updated_at", :scope => 'papermill') %> | <%= I18n.l(@asset.updated_at) %> |