<%= t("papermill.name") %> | <%= @asset.name %> |
<%= t("papermill.content_type") %> | <%= @asset.content_type %> |
<%= t("papermill.size") %> | <%= number_to_human_size(@asset.size.to_i) %> |
<%= t("papermill.width") %> | <%= @asset.width.to_i %>px |
<%= t("papermill.height") %> | <%= @asset.height.to_i %>px |
<%= t("papermill.created_at") %> | <%= I18n.l(@asset.created_at) %> |
<%= t("papermill.updated_at") %> | <%= I18n.l(@asset.updated_at) %> |