mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
remove choose currency from admin general settings
This commit is contained in:
committed by
Andy Brett
parent
97f1c586e1
commit
4839b7bd63
@@ -59,10 +59,6 @@
|
||||
= label_tag(key, Spree.t(key) + ': ') + tag(:br) if type != :boolean
|
||||
= preference_field_tag(key, Spree::Config[key], :type => type)
|
||||
= label_tag(key, Spree.t(key)) + tag(:br) if type == :boolean
|
||||
.field
|
||||
= label_tag :currency, Spree.t(:choose_currency)
|
||||
%br/
|
||||
= select_tag :currency, currency_options, :class => 'fullwidth'
|
||||
.field
|
||||
= label_tag Spree.t(:currency_symbol_position)
|
||||
%br/
|
||||
|
||||
Reference in New Issue
Block a user