Sha256: 7e822a7bed04408d83a3c2854abea50337bcef520e8ca3701418c2b8ad5715f9

Contents?: true

Size: 494 Bytes

Versions: 4

Compression:

Stored size: 494 Bytes

Contents

<h2>Forgot your password?</h2>

<% form_for resource_name, :url => password_path(resource_name) do |f| %>
  <%= f.error_messages %>

  <p><%= f.label :email %></p>
  <p><%= f.text_field :email %></p>

  <p><%= f.submit "Send me reset password instructions" %></p>
<% end %>

<%= link_to "Sign in", new_session_path(resource_name) %><br />

<%- if devise_mapping.confirmable? %>
  <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %><br />
<% end -%>

Version data entries

4 entries across 3 versions & 1 rubygems

Version Path
devise-0.2.0 app/views/passwords/new.html.erb
devise-0.2.0 generators/devise_views/templates/passwords/new.html.erb
devise-0.1.1 app/views/passwords/new.html.erb
devise-0.1.0 app/views/passwords/new.html.erb