Sha256: f802db6001c6d620b98449d5fd8782e02756d2270df874305f14b0f597631d53

Contents?: true

Size: 379 Bytes

Versions: 7

Compression:

Stored size: 379 Bytes

Contents

<h2>Forgot your password?</h2>

<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
  <%= devise_error_messages! %>

  <p><%= f.label :email %><br />
  <%= f.email_field :email %></p>

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

<%= render :partial => "devise/shared/links" %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tft_rails_dbc-0.1.3 lib/generators/chapter08_09/solutions/templates/app/views/devise/passwords/new.html.erb
tft_rails_dbc-0.1.1 lib/generators/chapter08_09/solutions/templates/app/views/devise/passwords/new.html.erb
tft_rails_dbc-0.1 lib/generators/chapter08_09/solutions/templates/app/views/devise/passwords/new.html.erb
tft_rails-0.6.2 lib/generators/chapter08_09/solutions/templates/app/views/devise/passwords/new.html.erb
tft_rails-0.6.1 lib/generators/chapter08_09/solutions/templates/app/views/devise/passwords/new.html.erb
tft_rails-0.6.0 lib/generators/chapter08_09/solutions/templates/app/views/devise/passwords/new.html.erb
tft_rails-0.5.1 lib/generators/chapter08_09/solutions/templates/app/views/devise/passwords/new.html.erb