Sha256: 3e9659f9d318fbd035bf666a9ece2fdb181bebac965312222d31e3cebf92040b

Contents?: true

Size: 362 Bytes

Versions: 13

Compression:

Stored size: 362 Bytes

Contents

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

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

<%= error_messages_for :tax_category %>

<% form_for(:tax_category, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p class="form-buttons">
    <%= button t("update") %>
  </p>
<% end %>

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 app/views/admin/tax_categories/edit.html.erb
spree-enriquez-0.9.4 app/views/admin/tax_categories/edit.html.erb
spree-0.9.4 app/views/admin/tax_categories/edit.html.erb
spree-0.9.3 app/views/admin/tax_categories/edit.html.erb
spree-0.9.2 app/views/admin/tax_categories/edit.html.erb
spree-0.9.1 app/views/admin/tax_categories/edit.html.erb
spree-0.9.0 app/views/admin/tax_categories/edit.html.erb
spree-0.8.4 app/views/admin/tax_categories/edit.html.erb
spree-0.8.5 app/views/admin/tax_categories/edit.html.erb
spree-0.8.0 app/views/admin/tax_categories/edit.html.erb
spree-0.8.1 app/views/admin/tax_categories/edit.html.erb
spree-0.8.2 app/views/admin/tax_categories/edit.html.erb
spree-0.8.3 app/views/admin/tax_categories/edit.html.erb