Sha256: 575b875edc82060f1773c3ef8d11ac167b063cb24b30ef111c244ffaa719dd98
Contents?: true
Size: 463 Bytes
Versions: 28
Compression:
Stored size: 463 Bytes
Contents
<h1>Showing assets <%=h @asset.filename %></h1> <% if @asset.image? %> <p> <%= image_tag @asset.public_filename(:medium) %> </p> <% end %> <p> <b>Description:</b> <%=h @asset.description %> </p> <p> <b>Size:</b> <%=h bytesToMeg(@resource.size) %> </p> <p> <b>Content type:</b> <%=h @asset.content_type %> </p> <% if @asset.image? %> <p> <b>Height:</b> <%=h @asset.height %> </p> <p> <b>Width:</b> <%=h @asset.width %> </p> <% end %>
Version data entries
28 entries across 28 versions & 1 rubygems