Sha256: 4099b31970f4754466a39aa608b764a823877a8ce000c74143664adfc4caa683
Contents?: true
Size: 654 Bytes
Versions: 107
Compression:
Stored size: 654 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(@tax_category.name) %> <% 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/edit_resource_links' %> </fieldset> <% end %>
Version data entries
107 entries across 107 versions & 2 rubygems