demarches-normaliennes/app/views/devise_mailer/reset_password_instructions.en.html.haml

12 lines
432 B
Text
Raw Normal View History

%p= t(:hello, scope: [:views, :shared, :greetings])
%p
Someone has requested to change your account password on #{APPLICATION_NAME}. To define a new password, select the following link:
= round_button 'Change the password', edit_password_url(@resource, reset_password_token: @token), :primary
%p
If you didn't request this, please ignore this email. Your password won't change.
= render partial: "layouts/mailers/signature"