= bootstrap_form_for @role do |f| = f.alert_message "Please fix the errors below." = f.text_field :name .actions = f.submit 'Save',class: 'btn btn-success'