diaspora/app/views/devise/confirmations/new.html.haml
2019-03-30 15:01:00 +01:00

10 lines
325 B
Text

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