diaspora/app/views/devise/passwords/new.haml
2012-03-12 12:49:47 +01:00

14 lines
419 B
Text

.span-12.prepend-6.last
.floating
%h2
= t('.forgot_password')
- unless devise_error_messages!.empty?
%i= t('.no_account')
= form_for(resource, :as => resource_name, :url => password_path(resource_name)) do |f|
%p
= f.label :email, t('email')
= f.text_field :email
%p
= f.submit t('.send_password_instructions')
= render :partial => "devise/shared/links"