= nice_form_for @user do |f| = f.actions do = f.submit 'Sign in' = f.button 'Cancel' = f.button 'Danger button', style: :danger = f.submit 'Submit without the primary class', style: :none