%= render :partial => 'spree/admin/shared/product_sub_menu' %> <%= render :partial => 'spree/admin/shared/product_tabs', :locals => {:current => 'Images'} %> <% content_for :page_actions do %>
<%= t(:thumbnail) %> | <% if @product.has_variants? %><%= Spree::Variant.model_name.human %> | <% end %><%= t(:alt_text) %> | ||
---|---|---|---|---|
<%= link_to image_tag(image.attachment.url(:mini)), image.attachment.url(:product) %> | <% if @product.has_variants? %><%= t(:all) %> | <% end %><%= image.alt %> | <%= link_to_with_icon 'icon-edit', t(:edit), edit_admin_product_image_url(@product, image), :no_text => true, :data => {:action => 'edit'} %> <%= link_to_delete image, { :url => admin_product_image_url(@product, image), :no_text => true } %> | |
<%= link_to image_tag(image.attachment.url(:mini)), image.attachment.url(:product) %> | <% if @product.has_variants? %><%= variant.options_text %> | <% end %><%= image.alt %> | <%= link_to_with_icon 'icon-edit', t(:edit), edit_admin_product_image_url(@product, image), :no_text => true, :data => {:action => 'edit'} %> <%= link_to_delete image, {:url => admin_product_image_url(@product, image), :no_text => true }%> |