Add {committee_review} to emails and support HTML

This commit is contained in:
Michael Ball 2021-04-16 01:08:28 -07:00
parent 9786843eac
commit f6c7a50bba
4 changed files with 12 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<%= render partial: "layouts/mailbot_header" %>
<div id="content">
<span style="white-space: pre-line">
<%= @email_body %>
<%= @email_body.html_safe %>
</span>
</div>
<%= render partial: "layouts/mailbot_footer" %>
<%= render partial: "layouts/mailbot_footer" %>