Sha256: 8a20504fc82a46cdae9b69d062da42d33af07fd5cc9b5c887e5c3800b92765f7

Contents?: true

Size: 330 Bytes

Versions: 6

Compression:

Stored size: 330 Bytes

Contents

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

<h1><%= t("tax_settings") %></h1>

<table>
  <tr>
    <th scope="row"><%= t("show_price_inc_vat") %>:</th> 
    <td><%=  Spree::Tax::Config[:show_price_inc_vat] %></td>
  </tr>
</table>

<p><%= link_to_with_icon 'edit', t("edit"), edit_admin_tax_settings_path %></p>


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spree-0.8.4 vendor/extensions/tax_calculator/app/views/admin/tax_settings/show.html.erb
spree-0.8.5 vendor/extensions/tax_calculator/app/views/admin/tax_settings/show.html.erb
spree-0.8.0 vendor/extensions/tax_calculator/app/views/admin/tax_settings/show.html.erb
spree-0.8.1 vendor/extensions/tax_calculator/app/views/admin/tax_settings/show.html.erb
spree-0.8.2 vendor/extensions/tax_calculator/app/views/admin/tax_settings/show.html.erb
spree-0.8.3 vendor/extensions/tax_calculator/app/views/admin/tax_settings/show.html.erb