Sha256: 34b754ce44db80f338e90a15cc8582f4f19822ceafcdc75ca25716fe618e0997
Contents?: true
Size: 545 Bytes
Versions: 44
Compression:
Stored size: 545 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <h1>You have a new notification: <%= @notification.subject.html_safe? ? @notification.subject : strip_tags(@notification.subject) %></h1> <p> You have received a new notification: </p> <blockquote> <p> <%= raw @notification.body %> </p> </blockquote> <p> Visit <%= link_to root_url,root_url %> and go to your notifications for more info. </p> </body> </html>
Version data entries
44 entries across 44 versions & 2 rubygems