Files
growstuff/app/views/devise/confirmations/new.html.haml
2013-01-13 19:14:46 +11:00

13 lines
423 B
Plaintext

- content_for :title, "Resend confirmation instructions"
= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f|
= devise_error_messages!
%p Enter either your login name or your email address to resend the confirmation email.
= f.label :login
= f.text_field :login
= f.submit "Resend confirmation instructions"
= render "devise/shared/links"