Sha256: f11f856b12f389d1b1886813b8a95c79096b4cf32624530cdbce1db6781ea9a4

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

<h2>Forgot your password?</h2>

<%= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
  <%= f.error_notification %>

  <div class="inputs">
    <%= f.input :email %>
  </div>

  <div class="actions">
    <%= f.button :submit, "Send me reset password instructions" %>
  </div>
<% end %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise-1.4.1 lib/generators/devise/simple_form_for/passwords/new.html.erb