%= render 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= Spree.t(:listing_tax_categories) %> <% end %> <% content_for :page_actions do %>
<% end %> <% if @tax_categories.any? %><%= Spree.t(:name) %> | <%= Spree.t(:tax_code) %> | <%= Spree.t(:description) %> | <%= Spree.t(:default) %> | |
---|---|---|---|---|
<%= tax_category.name %> | <%= tax_category.tax_code %> | <%= tax_category.description %> | <%= tax_category.is_default? ? Spree.t(:say_yes) : Spree.t(:say_no) %> | <% if can?(:update, tax_category) %> <%= link_to_edit tax_category, :no_text => true %> <% end %> <% if can?(:destroy, tax_category) %> <%= link_to_delete tax_category, :no_text => true %> <% end %> |