metamaps/metamaps

View on GitHub
app/views/mailboxer/message_mailer/new_message_email.text.erb

Summary

Maintainability
Test Coverage
You have a new message: <%= @subject %>
===============================================

You have received a new message:

-----------------------------------------------
<%= @message.body.html_safe? ? @message.body : strip_tags(@message.body) %>
-----------------------------------------------

Visit <%= root_url %> and go to your inbox for more info.