Sha256: 8abf7e75c5d3b3656ecb8f7e8b83a15377cda7e33f2f07e67f77c981215fbf4d
Contents?: true
Size: 641 Bytes
Versions: 9
Compression:
Stored size: 641 Bytes
Contents
<%= form_for [:admin, @product, @image], :html => { :multipart => true } do |f| %> <fieldset data-hook="new_image"> <legend align="center"><%= t(:new_image) %></legend> <%= render :partial => 'form', :locals => { :f => f } %> <div class="form-buttons filter-actions actions" data-hook="buttons"> <%= button t(:update), 'icon-refresh' %> <span class="or"><%= t(:or) %></span> <%= link_to_with_icon 'icon-remove', t(:cancel), admin_product_images_url(@product), :id => 'cancel_link', :class => 'button' %> </div> </fieldset> <% end %> <%= javascript_include_tag 'admin/images/new.js' %>
Version data entries
9 entries across 9 versions & 2 rubygems