Skip to content

Instantly share code, notes, and snippets.

@Chryus
Last active August 29, 2015 13:57
Show Gist options
  • Save Chryus/9592719 to your computer and use it in GitHub Desktop.
Save Chryus/9592719 to your computer and use it in GitHub Desktop.
<div class="container">
<h2 class="form-signin-heading">Sign in</h2>
<%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %>
<div><%= f.label :email %><br />
<%= f.email_field :email, :autofocus => true %></div>
###
<%= render "devise/shared/links" %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment