%h2 Resend confirmation instructions = form_for(resource_name, resource, :url => confirmation_path(resource_name)) do |f| = f.error_messages %p = f.label :email %p = f.text_field :email %p = f.submit "Resend confirmation instructions" - end = render :partial => "devise/shared/links"