cartodb-4.29/app/views/user_mailer/password_reset.html.erb
2020-06-15 10:58:47 +08:00

9 lines
437 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<tr>
<td align="left" style="font-size: 14px; line-height: 25px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #647083;">
<p>If you didnt request to change your password please ignore this email.</p>
<p><%= link_to 'Click here', @password_reset_link, :style=>"color: #1181FB;" %> to reset your password and define a new one.</p>
<p>Happy Mapping!</p>
<p>The <%= @app_name %> team.</p>
</td>
</tr>