16 lines
250 B
Plaintext
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>
|