Sha256: 30d1ee34429efec98793c0e87c78098aa41256f46b567e617a07656f81c0da7c

Contents?: true

Size: 346 Bytes

Versions: 6

Compression:

Stored size: 346 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! %>

  <%= f.label :email %>
  <%= f.email_field :email %>

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
citygate-0.1.1 app/views/devise/passwords/new.html.erb
citygate-0.1.0 app/views/devise/passwords/new.html.erb
citygate-0.0.9 app/views/devise/passwords/new.html.erb
citygate-0.0.8 app/views/devise/passwords/new.html.erb
citygate-0.0.7 app/views/devise/passwords/new.html.erb
citygate-0.0.6 app/views/devise/passwords/new.html.erb