Sha256: 6661abb634d95801ac3ef82a9eda6486a92d50a93c752b198b927453b5d219f4
Contents?: true
Size: 661 Bytes
Versions: 31
Compression:
Stored size: 661 Bytes
Contents
<%= render 'spree/admin/shared/taxes_tabs' %> <% admin_breadcrumb(t('spree.settings')) %> <% admin_breadcrumb(t('spree.admin.tab.taxes')) %> <% admin_breadcrumb(link_to plural_resource_name(Spree::TaxCategory), spree.admin_tax_categories_path) %> <% admin_breadcrumb(t('spree.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
31 entries across 31 versions & 1 rubygems