Sha256: 08a4b67c13017f5bf1b1fd41712543180bfb415e570545b3b733520489a98c29
Contents?: true
Size: 569 Bytes
Versions: 6
Compression:
Stored size: 569 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' %> <%= link_to_with_icon 'remove', Spree.t('actions.cancel'), admin_product_images_url(@product), :id => 'cancel_link', :class => 'button' %> </div> </fieldset> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems