diaspora/app/views/devise/passwords/new.html.haml
2010-11-04 20:49:50 +01:00

12 lines
366 B
Text

.span-12.prepend-6.last
.floating
%h3
=t('.forgot_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 t('.send_password_instructions')
= render :partial => "devise/shared/links"