Skip to content

Instantly share code, notes, and snippets.

@mlooney
Created October 21, 2011 17:07
Show Gist options
  • Save mlooney/1304339 to your computer and use it in GitHub Desktop.
Save mlooney/1304339 to your computer and use it in GitHub Desktop.
<form accept-charset="UTF-8" action="/user_session" class="form-stacked formtastic user_session" id="new_user_session" method="post">
<fieldset class="inputs" name="Login">
<legend><span>Login</span></legend>
<ol>
<li class="string required" id="user_session_email_input">
<label for="user_session_email">Email</label>
<input id="user_session_email" name="user_session[email]" type="text">
</li>
<li class="password required" id="user_session_password_input">
<label for="user_session_password">Password</label>
<input id="user_session_password" name="user_session[password]" type="password">
</li>
</ol>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment