Merge pull request #687 from balexand/foundation_button_class

CSS class for buttons in Foundation 3
This commit is contained in:
Carlos Antonio da Silva 2012-11-11 15:19:32 -08:00
commit b86d0976f8
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ SimpleForm.setup do |config|
# b.use :hint, :wrap_with => { :tag => :span, :class => :hint }
end
# CSS class for buttons
config.button_class = 'button'
# CSS class to add for error notification helper.
config.error_notification_class = 'alert-box alert'