Sha256: 3d28780cb2dfb27ddcaf241fb0b6747de1ca377714205ad99247bd35a518efc2
Contents?: true
Size: 519 Bytes
Versions: 16
Compression:
Stored size: 519 Bytes
Contents
<% admin_breadcrumb(link_to plural_resource_name(Spree::Promotion), spree.admin_promotions_path) %> <% admin_breadcrumb(link_to plural_resource_name(Spree::PromotionCategory), spree.admin_promotion_categories_path) %> <% admin_breadcrumb(Spree.t(:new_promotion_category)) %> <%= form_for :promotion_category, url: collection_url do |f| %> <fieldset class="no-border-top"> <%= render partial: 'form', locals: { f: f } %> <%= render partial: 'spree/admin/shared/new_resource_links' %> </fieldset> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems