mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
<% if @disable_email_custom_styles %>
|
||
|
<%= yield %>
|
||
|
<% if defined?(html_body) %><%= html_body %><% end %>
|
||
|
<% else %>
|
||
|
<%= email_html_template(binding).html_safe %>
|
||
|
<% end %>
|