Skip to content

Instantly share code, notes, and snippets.

@lastk
Created July 11, 2011 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lastk/1075145 to your computer and use it in GitHub Desktop.
Save lastk/1075145 to your computer and use it in GitHub Desktop.
=form_for(@user_session,:url=>"/sessions",:method=>"post") do |f|
.field
=f.label :credential
=f.text_field :credential
.field
= f.label :password
= f.text_field :password
.field.actions
= f.submit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment