Sha256: 4ba9fb1345767d8022d1c1890e25b0ea8e11c6c0d5d7888e6e7b3a7d5533019b
Contents?: true
Size: 1.11 KB
Versions: 16
Compression:
Stored size: 1.11 KB
Contents
<% admin_layout "full-width" %> <% admin_breadcrumb(link_to plural_resource_name(Spree::Promotion), spree.admin_promotions_path) %> <% admin_breadcrumb(@promotion.name) %> <% content_for :page_actions do %> <li> <% if can?(:display, Spree::PromotionCode) %> <%= button_link_to Spree.t(:download_promotion_code_list), admin_promotion_promotion_codes_path(promotion_id: @promotion.id, format: :csv) %> <% end %> <% if can?(:display, Spree::PromotionCodeBatch) %> <%= button_link_to plural_resource_name(Spree::PromotionCodeBatch), admin_promotion_promotion_code_batches_path(promotion_id: @promotion.id) %> <% end %> </li> <% end %> <%= form_for @promotion, url: object_url, method: :put do |f| %> <%= render partial: 'form', locals: { f: f } %> <% if can?(:update, @promotion) %> <%= render partial: 'spree/admin/shared/edit_resource_links' %> <% end %> <% end %> <div id="promotion-filters" class="row"> <div id="rules_container" class="col-6"> <%= render partial: 'rules' %> </div> <div id="actions_container" class="col-6"> <%= render partial: 'actions' %> </div> </div>
Version data entries
16 entries across 16 versions & 1 rubygems