Skip to content

Instantly share code, notes, and snippets.

@kraih
Created March 10, 2011 10:56
Show Gist options
  • Save kraih/863941 to your computer and use it in GitHub Desktop.
Save kraih/863941 to your computer and use it in GitHub Desktop.
<%= form_for login => begin %>
Name:
<%= text_field 'name' %>
Password:
<%= password_field 'password' %>
<%= submit_button %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment