diaspora/app/views/devise/unlocks/new.html.haml
2010-06-12 21:56:50 -07:00

9 lines
292 B
Text

%h2 Resend unlock instructions
= form_for(resource, :as => resource_name, :url => unlock_path(resource_name)) do |f|
= devise_error_messages!
%p
= f.label :email
%br/
= f.text_field :email
%p= f.submit "Resend unlock instructions"
= render :partial => "devise/shared/links"