move hr tag in notification emails

This commit is contained in:
Devin Howard 2017-02-11 19:35:23 -08:00
parent d455ced683
commit 53d4beddec

View file

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