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

Version Path
social_stream-base-0.7.4 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.7.3 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.7.2 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.7.1 app/views/notification_mailer/new_notification_email.html.erb