<%= Spree.t(:thumbnail) %> | <%= Spree.t(:alt_text) %> | ||
---|---|---|---|
<%= link_to image_tag(image.attachment.url(:mini)), image.attachment.url(:original) %> | <%= image.alt %> | <%= link_to_edit_url [:edit, :admin, @active_sale, @active_sale_event, image], :no_text => true %> <%= link_to_delete image, { :url => [:admin, @active_sale, @active_sale_event, image], :no_text => true } %> |