Sha256: 3e91a21dfe0974f57247439e1b8c94cc22dafc7a0878882aa4c63c04008209b1
Contents?: true
Size: 534 Bytes
Versions: 15
Compression:
Stored size: 534 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
15 entries across 15 versions & 1 rubygems