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