mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Now you can click on the text to tick/untick the box. I've been wanting to do that for ages.
16 lines
494 B
Plaintext
16 lines
494 B
Plaintext
= render :partial => 'spree/admin/shared/configuration_menu'
|
|
|
|
- content_for :page_title do
|
|
= t(:tax_settings)
|
|
|
|
= form_tag admin_tax_settings_path, :method => :put do
|
|
|
|
.field.align-center
|
|
= hidden_field_tag 'preferences[products_require_tax_category]', '0'
|
|
%label
|
|
= check_box_tag 'preferences[products_require_tax_category]', '1', Spree::Config[:products_require_tax_category]
|
|
= t(:products_require_tax_category)
|
|
|
|
.form-buttons
|
|
= button t(:update), 'icon-refresh'
|