diaspora/app/views/devise/passwords/new.html.haml

9 lines
292 B
Text

%h2 Forgot your password?
= form_for(resource, :as => resource_name, :url => password_path(resource_name)) do |f|
= devise_error_messages!
%p
= f.label :email
= f.text_field :email
%p
= f.submit "Send me reset password instructions"
= render :partial => "devise/shared/links"