change to erb

This commit is contained in:
rajavi-mishra 2021-03-05 09:02:02 -08:00
parent 9dc3ac6bca
commit 7bccf27790
2 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1,5 @@
<%= render "layouts/_mailbot_header" %>
<%= @email_body %>
<% end %>
<%= render "layouts/_mailbot_footer" %>