Sha256: 4c755e197fedd4647fdf549ca8d97d19319b2a973cda3438f6c5171db6a618ac
Contents?: true
Size: 653 Bytes
Versions: 36
Compression:
Stored size: 653 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
36 entries across 36 versions & 1 rubygems