Sha256: 36401e56ac9e1342c58fd7e064bd793b8ad1a26582125df3f793484d35678f9d

Contents?: true

Size: 347 Bytes

Versions: 8

Compression:

Stored size: 347 Bytes

Contents

<%= render :partial => 'admin/shared/configuration_menu' %>

<h1><%= t(:editing_tax_category) %></h1>

<%= render 'shared/error_messages', :target => @tax_category %>

<%= form_for [:admin, @tax_category] do |f| %>
  <%= render :partial => 'form', :locals => { :f => f } %>
  <%= render :partial => 'admin/shared/edit_resource_links' %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.6 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.5 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.4 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.3 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.2 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.1 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.0 app/views/admin/tax_categories/edit.html.erb