Sha256: 259d200ab2bf70e3df0ef7e91b39cd2e6d53094eb0931c1df7a560fc039e178b
Contents?: true
Size: 458 Bytes
Versions: 9
Compression:
Stored size: 458 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: <%= 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
9 entries across 9 versions & 1 rubygems