change to erb
This commit is contained in:
parent
9dc3ac6bca
commit
7bccf27790
2 changed files with 5 additions and 4 deletions
5
app/views/mailbot/email_template.html.erb
Normal file
5
app/views/mailbot/email_template.html.erb
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<%= render "layouts/_mailbot_header" %>
|
||||||
|
<%= @email_body %>
|
||||||
|
<% end %>
|
||||||
|
<%= render "layouts/_mailbot_footer" %>
|
||||||
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
= render "layouts/_mailbot_header"
|
|
||||||
= @email_body
|
|
||||||
= render "layouts/_mailbot_footer"
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue