Sha256: 49c774edc59e5ba75a04b5c7d091b0b5211dc9b305b0a72ddee6b6b65ed89b7d
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <h1>You have a new message: <%= @message.subject.html_safe? ? @message.subject : strip_tags(@message.subject) %></h1> <p> You have received a new message: </p> <blockquote> <p> <%= raw @message.body %> </p> </blockquote> <p> Visit <%= link_to root_url,root_url %> and go to your inbox for more info. </p> </body> </html>
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.html.erb |
mailboxer-without-notification-0.11.1 | app/views/message_mailer/new_message_email.html.erb |