Sha256: 8ac336b4e359c9aff5b46081111925b0f7745bff089e87d80ba2536edc0b8cff
Contents?: true
Size: 415 Bytes
Versions: 6
Compression:
Stored size: 415 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: <%= @subject %></h1> <p> You have received a new message: </p> <blockquote> <p> <%= raw @message.body %> </p> </blockquote> <p> Visit root_url and go to your inbox for more info. </p> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems