Sha256: c6389d33740c10e17008014929e00130ebba7fb060bc6bab584ec0602bb1495a
Contents?: true
Size: 462 Bytes
Versions: 16
Compression:
Stored size: 462 Bytes
Contents
<h1>Showing files <%=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
16 entries across 16 versions & 1 rubygems