allow to configure currency (closes foodcoops#258)
This commit is contained in:
parent
f09ef892dc
commit
68ccc19c70
6 changed files with 34 additions and 1 deletions
|
|
@ -2,3 +2,8 @@
|
|||
collection: I18n.available_locales.map {|l| [t("simple_form.options.settings.profile.language.#{l}"), l]}
|
||||
= config_input form, :ignore_browser_locale, as: :boolean
|
||||
= config_input form, :time_zone, as: :time_zone, include_blank: true, input_html: {class: 'input-xlarge'}
|
||||
= config_input form, :currency_unit do
|
||||
= config_input_field form, :currency_unit, class: 'input-mini'
|
||||
%label.inline
|
||||
= config_input_label form, :currency_space
|
||||
= config_input_field form, :currency_space, as: :boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue