Files
old-holivud2/app/views/user_mailer/password_reset.html.erb
2020-05-31 22:38:19 +02:00

16 lines
250 B
Plaintext

<p>
Hello,
</p>
<p>
To reset your password, please click on the following link:
</p>
<p>
<%= link_to "Reset Password", edit_password_reset_url(id: @user.password_reset_token, host: AppHost.new.domain_with_port) %>
</p>
<p>
- BiG Team
</p>