%h2 Resend unlock instructions = form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| = devise_error_messages! = app_text_field f, :email .submit = submit_tag 'Resend unlock instructions' = render "devise/shared/links"