Sha256: 7539834edf29b36b61b3280e8a55b4135e91d1fb8a16acd427de5751ace4f87e
Contents?: true
Size: 904 Bytes
Versions: 44
Compression:
Stored size: 904 Bytes
Contents
<h3><%=h @asset.filename %></h3> <%= link_to_function 'close', 'AssetBrowser.closeInfo()' %> <% if @asset.image? %> <p> <%= image_tag @asset.public_filename(:medium), :title => 'Main Image' %> </p> <% end %> <% form_for([:admin, @asset]) do |f| %> <%= f.error_messages %> <p> <%= f.label :category, 'Folder' %><br /> <%= f.text_field :category %> </p> <div class="auto_complete" id="asset_category_complete" style="display:none"></div> <p> <%= f.label :decription %><br /> <%= f.text_field :description %> </p> <p> <%= f.submit "Update", :disable_with => 'Updating...' %> </p> <% end %> </div> <p> <b>Size:</b> <%= number_to_human_size(@asset.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
44 entries across 44 versions & 1 rubygems