diff options
Diffstat (limited to 'app/views/mailer/lost_password.text.html.rhtml')
-rw-r--r-- | app/views/mailer/lost_password.text.html.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/mailer/lost_password.text.html.rhtml b/app/views/mailer/lost_password.text.html.rhtml new file mode 100644 index 000000000..26eacfa92 --- /dev/null +++ b/app/views/mailer/lost_password.text.html.rhtml @@ -0,0 +1,2 @@ +<p><%= l(:mail_body_lost_password) %><br /> +<%= auto_link(@url) %></p> |