Sha256: ec290727a5b996575d054d32815886df6758f6cd712f9afbaa4b8336a84cfb62
Contents?: true
Size: 872 Bytes
Versions: 16
Compression:
Stored size: 872 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> <%= button_link_to Spree.t(:download_promotion_code_list), admin_promotion_promotion_codes_path(promotion_id: @promotion.id, format: :csv) %> </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
16 entries across 16 versions & 1 rubygems