Sha256: 06a5de85a599eda508329331d0ea960905bf3d6ea5f058e787205a45a6f1d6d8
Contents?: true
Size: 440 Bytes
Versions: 12
Compression:
Stored size: 440 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 <%= link_to root_url, root_url %> and go to your inbox for more info. </p> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems