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

10 lines
307 B
Text

%h2 Resend unlock instructions
= form_for(resource, :as => resource_name, :url => unlock_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_unlock')
= render partial: "devise/shared/links"