Skip to content

Instantly share code, notes, and snippets.

@neaf
Created December 27, 2009 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save neaf/264284 to your computer and use it in GitHub Desktop.
Save neaf/264284 to your computer and use it in GitHub Desktop.
= form :login do
= fieldset :credentials, "Log in" do
= text :username
= text :password
<input type='text' name='username' value=''></input>
<input type='text' name='password' value=''></input>
<fieldset id='fieldset-credentials'><legend >Log in</legend></fieldset>
<form id='form-login'></form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment