Sha256: f6e9b8500ad0bbe410d84b0dd174f2351c8efacb4bc30c747d851c92906b9e04
Contents?: true
Size: 663 Bytes
Versions: 107
Compression:
Stored size: 663 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
107 entries across 107 versions & 2 rubygems