Sha256: 196cbb1d0da0191bb0a12a4f80c0864d4fe6d15856f29cfae97ea6dbf4aef1a0
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
You have a new message: <%= @message.subject.html_safe? ? @message.subject : strip_tags(@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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailboxer-without-notification-0.11.2 | app/views/message_mailer/new_message_email.text.erb |
mailboxer-without-notification-0.11.1 | app/views/message_mailer/new_message_email.text.erb |