Sha256: c631365949ed9a62542bc8416a4a293e186b41f45d96fcfc2f349d664fbf2e7d
Contents?: true
Size: 555 Bytes
Versions: 4
Compression:
Stored size: 555 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><%= strip_tags decode_notification @notification.subject,@notification.notified_object %></h1> <blockquote> <p> <%= raw decode_notification @notification.body,@notification.notified_object %> </p> </blockquote> <p> Visit <%= link_to notifications_url,notifications_url %> and check all your notifications. </p> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems