Skip to content

Instantly share code, notes, and snippets.

@tapickell
Created April 8, 2013 00:04
Show Gist options
  • Save tapickell/5333201 to your computer and use it in GitHub Desktop.
Save tapickell/5333201 to your computer and use it in GitHub Desktop.
ERB: Sign IN
<h1>Sign in</h1>
<div class="row">
<div class="span6 offset3">
<%= form_tag sessions_path do |f| %>
<%= label_tag :email %><br />
<%= text_field_tag :email, params[:email] %>
<%= label_tag :password %><br />
<%= password_field_tag :password %>
<%= submit_tag "Sign in", class: "btn btn-large btn-primary" %>
<% end %>
</div>
</div>
<div class="center">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment