Actions
<%= link_to edit_asset_path(@asset), class: 'action_button' do %>
<%= icon("edit", library: "tabler", "aria-hidden": true) %> Edit
<% end %>
<%= link_to 'Back', assets_path %>
Thumbnail
<%= image_tag @asset.upload.url(:medium), style: "max-width: 300px; max-height: 300px;" %>
Public Path
<%= @asset.upload.url.sub(/\?\d+$/, "") %>
Content Type
<%= @asset.upload.content_type %>
Size
<%= "#{@asset.upload.size/1024} KB" %>