Skip to content

Instantly share code, notes, and snippets.

@kelhusseiny
Created April 20, 2012 04:52
Show Gist options
  • Save kelhusseiny/2426090 to your computer and use it in GitHub Desktop.
Save kelhusseiny/2426090 to your computer and use it in GitHub Desktop.
<% @page_title = "UserAuth | Login" -%>
<div class= "Sign_Form">
<h1>Log in</h1>
<%= form_tag(:action => 'login_attempt') do %>
<p>Username or Email:</br> <%= text_field_tag(:username_or_email) %></p>
<p>Password:</br> <%= password_field_tag :login_password %></p>
<%= submit_tag("Log In") %>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment