2014-03-16 02:08:15 +01:00
|
|
|
= config_input form, :default_locale,
|
|
|
|
collection: I18n.available_locales.map {|l| [t("simple_form.options.settings.profile.language.#{l}"), l]}
|
|
|
|
= config_input form, :ignore_browser_locale, as: :boolean
|
2014-06-25 17:32:26 +02:00
|
|
|
= config_input form, :time_zone, as: :time_zone, include_blank: true, input_html: {class: 'input-xlarge'}
|