Sha256: 15ce06dfd08b729ad649b77e209959bf7fd67e1fbf65f8e206232b5e1676f97c
Contents?: true
Size: 542 Bytes
Versions: 132
Compression:
Stored size: 542 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_tag t('spree.actions.update'), class: 'btn btn-primary' %> <%= link_to t('spree.actions.cancel'), admin_product_images_url(@product), id: 'cancel_link', class: 'button' %> </div> </fieldset> <% end %>
Version data entries
132 entries across 132 versions & 2 rubygems