<% unless @active_sale_event.sale_images.any? %>
<%= t('spree.active_sale.event.no_image') %>
<% else %> <% (@active_sale_event.sale_images).each do |image| %> <% end %>
<%= t(:thumbnail) %> <%= 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 } %>
<% end %>