metamaps--metamaps/app/views/mailboxer/notification_mailer/new_notification_email.html.erb

8 lines
245 B
Text
Raw Permalink Normal View History

<!DOCTYPE html>
<div style="padding: 16px; background: white; text-align: left;">
2016-12-13 02:42:33 -05:00
<%= raw @notification.body %>
2017-02-11 19:50:59 +00:00
<hr>
2017-02-11 19:35:23 -08:00
<p style="font-size: 12px;">Make sense with Metamaps</p>
<%= render partial: 'shared/mailer_unsubscribe_link' %>
</div>