Skip to content

Instantly share code, notes, and snippets.

@notch8-old
Created December 7, 2011 01:47
Show Gist options
  • Select an option

  • Save notch8-old/1441043 to your computer and use it in GitHub Desktop.

Select an option

Save notch8-old/1441043 to your computer and use it in GitHub Desktop.
= form_for(:user, :as => :user, :url => session_path(:user)) do |f|
- begin
= devise_error_messages!
- rescue => e
- nil
%label{:for => @login_param.to_s} Email
= f.text_field :email, :class => "email"
%label{:for => @password_param.to_s} Password
= f.password_field :password, :class => "password"
= render :partial => "users/shared/links"
%input#Submit.submit{:name => "Submit", :type => "submit", :value => "Sign In"}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment