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

Version Path
mailboxer-0.15.1 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.15.0 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.14.0 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.13.0 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.12.5 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.12.4 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.12.3 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.12.2 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.12.1 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.12.0 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.12.0.rc2 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.12.0.rc1 app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer-0.11.0 app/views/notification_mailer/new_notification_email.html.erb
mailboxer-0.10.3 app/views/notification_mailer/new_notification_email.html.erb
curationexperts-mailboxer-0.10.3 app/views/notification_mailer/new_notification_email.html.erb
curationexperts-mailboxer-0.10.3.rc1 app/views/notification_mailer/new_notification_email.html.erb
mailboxer-0.10.2 app/views/notification_mailer/new_notification_email.html.erb
mailboxer-0.10.1 app/views/notification_mailer/new_notification_email.html.erb
mailboxer-0.10.0 app/views/notification_mailer/new_notification_email.html.erb
mailboxer-0.9.0 app/views/notification_mailer/new_notification_email.html.erb