metamaps--metamaps/app/views/mailboxer/message_mailer/reply_message_email.text.erb

11 lines
350 B
Plaintext
Raw Normal View History

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.