Sha256: 55c34c9f0439e46659780def3aa01c94beb4fd18867dfa0cce6bb06e5004860f

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

<h4><%= t(:new_image) %></h4>
<%= form_for([:admin, @product, @image], :html => { :multipart => true }) do |f| %>
  <table class="basic-table" data-hook="new_image">
    <%= render :partial => 'form', :locals => { :f => f } %>
  </table>
  <p class="form-buttons" data-hook="buttons">
    <%= button t(:update) %>
    <%= t(:or) %> <%= link_to t(:cancel), admin_product_images_url(@product), :id => 'cancel_link' %>
  </p>
<% end %>

<%= javascript_include_tag 'admin/images/new.js' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_core-0.70.0.rc2 app/views/admin/images/new.html.erb
spree_core-0.70.RC1 app/views/admin/images/new.html.erb