1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/views/users/mailer/reset_password_instructions.html.erb

11 lines
309 B
Text

<p><%= translate '.greeting', recipient: @resource.email %></p>
<p><%= translate '.instruction' %></p>
<p>
<%= link_to translate('.action'),
edit_password_url(@resource, reset_password_token: @token) %>
</p>
<p><%= translate '.instruction_2' %></p>
<p><%= translate '.instruction_3' %></p>