Sha256: e039c86cd7f44bf2b952d00a49ccf47d8d60b30f3babd113a8de85a94f392693
Contents?: true
Size: 683 Bytes
Versions: 28
Compression:
Stored size: 683 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'), 'icon-refresh' %> <span class="or"><%= Spree.t(:or) %></span> <%= link_to_with_icon 'icon-remove', Spree.t('actions.cancel'), admin_product_images_url(@product), :id => 'cancel_link', :class => 'button' %> </div> </fieldset> <% end %> <%= javascript_include_tag 'admin/images/new.js' %>
Version data entries
28 entries across 28 versions & 1 rubygems