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

<%=t("listing_tax_categories")%>

<% @tax_categories.each do |tax_category|%> <% end %> <% if @tax_categories.empty? %> <% end %>
<%= t("name") %> <%= t("description") %>
<%= tax_category.name %> <%= tax_category.description %> <%=link_to_edit tax_category %>   <%=link_to_delete tax_category %>
None.