% content_for :page_title do %> <%= Spree.t(:listing_banner_boxes) %> <% end %> <% content_for :page_actions do %> <%= button_link_to Spree.t(:new_banner_box), new_admin_banner_box_path, { :icon => 'add', :class => 'btn-success' } %> <% end if can? :create, Spree::BannerBox %>
<%= Spree.t(:thumbnail) %> | <%= Spree.t(:category) %> | <%= Spree.t(:url) %> | |
---|---|---|---|
<%= image_tag(banner_box.attachment(:mini)) %> | <%= banner_box.category rescue '' %> | <%= banner_box.url rescue '' %> | <%= link_to_edit banner_box, no_text: true if can?(:edit, banner_box) %> <%= link_to_with_icon 'clone', Spree.t(:clone), clone_admin_banner_box_url(banner_box), no_text: true, class: 'btn btn-primary btn-sm' if can?(:clone, banner_box) %> <%= link_to_delete banner_box, no_text: true if can?(:delete, banner_box) %> |