7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
<%= Setting.emails_header %>
|
|
<%= call_hook(:view_layouts_mailer_plain_before_content, self.assigns) %>
|
|
<%= yield %>
|
|
<%= call_hook(:view_layouts_mailer_plain_after_content, self.assigns) %>
|
|
--
|
|
<%= Setting.emails_footer %>
|