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