mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Add proper error_notification_class for Bootstrap 3
This commit is contained in:
parent
80bcc0fcda
commit
39299fbe15
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# Use this setup block to configure all options available in SimpleForm.
|
||||
SimpleForm.setup do |config|
|
||||
config.error_notification_class = 'alert alert-danger'
|
||||
config.button_class = 'btn btn-default'
|
||||
config.boolean_label_class = nil
|
||||
|
||||
|
|
Loading…
Reference in a new issue