metamaps--metamaps/app/views/mailboxer/message_mailer/reply_message_email.text.erb
2016-12-16 16:20:53 -05:00

11 lines
350 B
Plaintext

You have a new reply: <%= @subject %>
===============================================
You have received a new reply:
-----------------------------------------------
<%= @message.body.html_safe? ? @message.body : strip_tags(@message.body) %>
-----------------------------------------------
Visit <%= root_url %> and go to your inbox for more info.