Sha256: 7ec7b8d7f065fe0997d3cf7d8c9cff388424aab8b25f71dae4612416f39fc07e
Contents?: true
Size: 506 Bytes
Versions: 2
Compression:
Stored size: 506 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/tax_settings/show.html.erb |
spree_core-0.70.RC1 | app/views/admin/tax_settings/show.html.erb |