Sha256: abc23ed92e6d4cad3d3d912170d9d402629fc9c3e7a57a6de77ce9a57af731da

Contents?: true

Size: 500 Bytes

Versions: 8

Compression:

Stored size: 500 Bytes

Contents

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

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

<table id='listing_tax_settings' data-hook>
  <tr>
    <th scope="row"><%= t(:show_price_inc_vat) %>:</th>
    <td><%= Spree::Config[:show_price_inc_vat] %></td>
  </tr>
  <tr>
    <th scope="row"><%= t(:shipment_inc_vat) %>:</th>
    <td><%= Spree::Config[:shipment_inc_vat] %></td>
  </tr>
</table>

<p data-hook="buttons">
  <%= link_to_with_icon 'edit', t(:edit), edit_admin_tax_settings_path %>
</p>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/tax_settings/show.html.erb
spree_core-0.70.6 app/views/admin/tax_settings/show.html.erb
spree_core-0.70.5 app/views/admin/tax_settings/show.html.erb
spree_core-0.70.4 app/views/admin/tax_settings/show.html.erb
spree_core-0.70.3 app/views/admin/tax_settings/show.html.erb
spree_core-0.70.2 app/views/admin/tax_settings/show.html.erb
spree_core-0.70.1 app/views/admin/tax_settings/show.html.erb
spree_core-0.70.0 app/views/admin/tax_settings/show.html.erb