Sha256: 7c08c6563f6d10721c9a8a9bbe2b4a5891a0312410d6f0f165a92fba30747e90

Contents?: true

Size: 387 Bytes

Versions: 14

Compression:

Stored size: 387 Bytes

Contents

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

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

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

<%= form_for(:tax_category, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <%= render :partial => "admin/shared/edit_resource_links" %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
spree_core-0.30.2 app/views/admin/tax_categories/edit.html.erb
spree_core-0.40.4 app/views/admin/tax_categories/edit.html.erb
spree_core-0.50.4 app/views/admin/tax_categories/edit.html.erb
spree_core-0.50.3 app/views/admin/tax_categories/edit.html.erb
spree_core-0.50.2 app/views/admin/tax_categories/edit.html.erb
spree_core-0.50.1 app/views/admin/tax_categories/edit.html.erb
spree_core-0.50.0 app/views/admin/tax_categories/edit.html.erb
spree_core-0.40.3 app/views/admin/tax_categories/edit.html.erb
spree_core-0.40.2 app/views/admin/tax_categories/edit.html.erb
spree_core-0.40.1 app/views/admin/tax_categories/edit.html.erb
spree_core-0.40.0 app/views/admin/tax_categories/edit.html.erb
spree_core-0.30.1 app/views/admin/tax_categories/edit.html.erb
spree_core-0.30.0 app/views/admin/tax_categories/edit.html.erb
spree_core-0.30.0.beta1 app/views/admin/tax_categories/edit.html.erb