21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-14 22:48:39 +02:00
chexpire/app/views/devise/mailer/reset_password_instructions.text.erb

9 lines
198 B
Plaintext

<%= t('.greeting', recipient: @resource.email) %>
<%= t('.instruction') %>
<%= edit_password_url(@resource, reset_password_token: @token) %>
<%= t('.instruction_2') %>
<%= t('.instruction_3') %>