Sha256: 68cdb88406f0c5d79206accbd1dcca29267acdd8b9c40c7b5488f221d874cfe8

Contents?: true

Size: 661 Bytes

Versions: 9

Compression:

Stored size: 661 Bytes

Contents

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

<% content_for :page_title do %>
  <%= t(:editing_tax_category) %>
<% end %>

<% content_for :page_actions do %>
  <li><%= link_to_with_icon 'icon-arrow-left', t(:back_to_tax_categories_list), admin_tax_categories_path, :class => 'button' %></li>
<% 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

9 entries across 9 versions & 2 rubygems

Version Path
spree_core-1.3.5 app/views/spree/admin/tax_categories/edit.html.erb
spree_core-1.3.4 app/views/spree/admin/tax_categories/edit.html.erb
spree_core-1.3.3 app/views/spree/admin/tax_categories/edit.html.erb
spree_core-1.3.2 app/views/spree/admin/tax_categories/edit.html.erb
spree_core-1.3.1 app/views/spree/admin/tax_categories/edit.html.erb
spree_core-1.3.0 app/views/spree/admin/tax_categories/edit.html.erb
spree_core-1.3.0.rc2 app/views/spree/admin/tax_categories/edit.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/admin/tax_categories/edit.html.erb
spree_core-1.3.0.rc1 app/views/spree/admin/tax_categories/edit.html.erb