Sha256: 3233f8de4fcfaba2cd8a00b2535cc015ee0b7ae5ebb4cce3f25785ce8058dee7

Contents?: true

Size: 347 Bytes

Versions: 16

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

16 entries across 16 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/tax_categories/edit.html.erb
My-Commerce_core-1.1.0 app/views/admin/tax_categories/edit.html.erb
My-Commerce_core-1.0.0 app/views/admin/tax_categories/edit.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/tax_categories/edit.html.erb
MyCommerce-0.0.3 core/app/views/admin/tax_categories/edit.html.erb
rfcommerce_core-0.0.3 app/views/admin/tax_categories/edit.html.erb
spree_core-0.60.6 app/views/admin/tax_categories/edit.html.erb
spree_core-0.60.5 app/views/admin/tax_categories/edit.html.erb
spree_core-0.60.4 app/views/admin/tax_categories/edit.html.erb
spree_core-0.60.3 app/views/admin/tax_categories/edit.html.erb
spree_core-0.60.2 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.0.rc2 app/views/admin/tax_categories/edit.html.erb
spree_core-0.70.RC1 app/views/admin/tax_categories/edit.html.erb
spree_core-0.60.1 app/views/admin/tax_categories/edit.html.erb
spree_core-0.60.0 app/views/admin/tax_categories/edit.html.erb
spree_core-0.60.0.RC1 app/views/admin/tax_categories/edit.html.erb