1
0
Fork 0
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:
Robbert Klarenbeek 2014-04-15 22:36:31 +02:00
parent 80bcc0fcda
commit 39299fbe15

View file

@ -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