= nice_form_for @user, modal: true, id: 'auth' do |f| = f.errors_for = f.email_field :email = f.password_field :password = f.submit 'Sign in'