Sha256: b68b7c9e61b7be12c2314afe04dc5ef21fc785afc3fcc485e6df356d9c5696b5
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <h1>You have a new reply: <%= @message.subject.html_safe? ? @message.subject : strip_tags(@message.subject) %></h1> <p> You have received a new reply: </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/reply_message_email.html.erb |
mailboxer-without-notification-0.11.1 | app/views/message_mailer/reply_message_email.html.erb |