Skip to content

Instantly share code, notes, and snippets.

@jhowarth
Created April 27, 2011 23:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhowarth/945428 to your computer and use it in GitHub Desktop.
Save jhowarth/945428 to your computer and use it in GitHub Desktop.
A simple login form written in haml
%form
= label :user, :email, "Email"
= text_field :user, :email
= label :user, :password
= password_field :user, :password
%input{:type => "submit", :value => "Sign in"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment