Sha256: 266ee48a70ed4629053db416e76026bfbf561fa7380d53777c30f421d4cb8c34
Contents?: true
Size: 512 Bytes
Versions: 6
Compression:
Stored size: 512 Bytes
Contents
<%= form_for [:admin, product, image], html: { multipart: true } do |f| %> <fieldset data-hook="new_image"> <legend align="center"><%= t('spree.new_image') %></legend> <%= render partial: 'form', locals: { f: f } %> <div class="form-buttons filter-actions actions" data-hook="buttons"> <%= button t('spree.actions.update') %> <%= link_to t('spree.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