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