Sha256: 06e569ae893120af7d5fe04c10a0985a8e7d3feee0b57180106a61c9b6b2c3c0
Contents?: true
Size: 484 Bytes
Versions: 36
Compression:
Stored size: 484 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
36 entries across 36 versions & 1 rubygems