engine/app/views/devise/unlocks/new.html.haml

13 lines
274 B
Plaintext
Raw Normal View History

2010-04-22 23:52:11 +00:00
%h2
Resend unlock instructions
= form_for(resource_name, resource, :url => unlock_path(resource_name)) do |f|
= f.error_messages
%p
= f.label :email
%p
= f.text_field :email
%p
= f.submit "Resend unlock instructions"
- end
= render :partial => "devise/shared/links"