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

Version Path
social_stream-base-0.6.8 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.6.6 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.6.5 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.6.3 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.6.2 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.6.1 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.6.0 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.5.2 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.5.1 app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.5.0 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.4.6 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.4.5 app/views/notification_mailer/new_notification_email.html.erb