Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

10 lines
337 B
Plaintext
Executable File

.center
%h1 Mot de passe perdu
%p Pour recevoir un lien pour changer votre mot de passe, merci d'indiquer votre email :
= form_tag public_password_resets_path, :method => :post do
%p
= text_field_tag :email, params[:email], :placeholder => "email"
= submit_tag "Envoyer" , :class => "btn btn-large btn-primary"