d5a469d736
completes #25
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
<row>
|
|
<columns class="email-body">
|
|
<p>Hey there <%= @user.name %>,</p>
|
|
<p>
|
|
It looks like you want to reset your password?
|
|
If not, it is safe to ignore this email.
|
|
Otherwise go to the following link to enter a new password.
|
|
</p>
|
|
<p>
|
|
<%= link_to nil, admin_reset_url(reset_token: @user.reset_token) %>.
|
|
</p>
|
|
</columns>
|
|
</row>
|