metamaps--metamaps/app/views/mailboxer/notification_mailer/new_notification_email.html.erb
2017-02-11 19:35:23 -08:00

8 lines
245 B
Plaintext

<!DOCTYPE html>
<div style="padding: 16px; background: white; text-align: left;">
<%= raw @notification.body %>
<hr>
<p style="font-size: 12px;">Make sense with Metamaps</p>
<%= render partial: 'shared/mailer_unsubscribe_link' %>
</div>