use embed templates suffix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -5,5 +5,6 @@ defmodule MemexWeb.EmailHTML do
|
||||
|
||||
use MemexWeb, :html
|
||||
|
||||
embed_templates "email_html/*"
|
||||
embed_templates "email_html/*.html", suffix: "_html"
|
||||
embed_templates "email_html/*.txt", suffix: "_text"
|
||||
end
|
||||
|
Reference in New Issue
Block a user