Sha256: af4dd17ef72e1831806fe6fdf872188cbb0dae3db0b743dc033a47b40c9d9e72
Contents?: true
Size: 682 Bytes
Versions: 15
Compression:
Stored size: 682 Bytes
Contents
<%= render 'spree/admin/shared/taxes_tabs' %> <% admin_breadcrumb(Spree.t(:settings)) %> <% admin_breadcrumb(Spree.t('admin.tab.taxes')) %> <% admin_breadcrumb(link_to plural_resource_name(Spree::TaxCategory), spree.admin_tax_categories_path) %> <% admin_breadcrumb(Spree.t(:new_tax_category)) %> <% content_for :page_actions do %> <% end %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @tax_category } %> <%= form_for [:admin, @tax_category] 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