Sha256: c8f3b9c9f843e765cc55d3c9a62f36b4d6559efa99297cf1e28615b99eb54f61
Contents?: true
Size: 892 Bytes
Versions: 26
Compression:
Stored size: 892 Bytes
Contents
<% admin_breadcrumb link_to plural_resource_name(Spree::Promotion), spree.admin_promotions_path %> <% admin_breadcrumb link_to(@promotion.name, spree.edit_admin_promotion_path(@promotion)) %> <% admin_breadcrumb plural_resource_name(Spree::PromotionCode) %> <% content_for :page_actions do %> <li> <%= link_to t('spree.download_promotion_code_list'), admin_promotion_promotion_codes_path(promotion_id: @promotion.id, format: :csv), class: 'btn btn-primary' %> </li> <% end %> <div class="pagination-summary"> <%= page_entries_info(@promotion_codes) %> </div> <table> <thead> <th><%= Spree::PromotionCode.human_attribute_name :value %></th> </thead> <tbody> <% @promotion_codes.each do |promotion_code| %> <tr> <td><%= promotion_code.value %></td> </tr> <% end %> </tbody> </table> <%= paginate @promotion_codes, theme: "solidus_admin" %>
Version data entries
26 entries across 26 versions & 2 rubygems