Sha256: d753d8fa4cbf0568b8823234208afbc4b8e06c67300debf7271c3645c34545ef

Contents?: true

Size: 546 Bytes

Versions: 6

Compression:

Stored size: 546 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

6 entries across 6 versions & 1 rubygems

Version Path
mailboxer_multi_attach-0.0.6 spec/dummy/app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer_multi_attach-0.0.5 spec/dummy/app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer_multi_attach-0.0.4 spec/dummy/app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer_multi_attach-0.0.3 spec/dummy/app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer_multi_attach-0.0.2 spec/dummy/app/views/mailboxer/notification_mailer/new_notification_email.html.erb
mailboxer_multi_attach-0.0.1 spec/dummy/app/views/mailboxer/notification_mailer/new_notification_email.html.erb