Configured products
<%= link_to ' '.html_safe, set_tax_code_configuration_path %>
<%= render :partial => 'avatax/configuration/products_table', :locals => {:tax_codes => @tax_codes} %>
Exempt accounts
<%= link_to ' '.html_safe, set_exemption_configuration_path %>
<%= render :partial => 'avatax/configuration/exemptions_table', :locals => {:exemptions => @exemptions} %>
<%= link_to 'Plugin configuration', plugin_configuration_path %>