refactor: adress review comments
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:
parent
0614592674
commit
5deb102e45
11 changed files with 111 additions and 52 deletions
|
|
@ -4,6 +4,9 @@ defmodule MvWeb.EmailLayoutView do
|
|||
|
||||
Renders a single layout template that wraps all email body content.
|
||||
See docs/email-layout-mockup.md for the layout structure.
|
||||
|
||||
Uses Phoenix.View (legacy API) for compatibility with phoenix_swoosh email rendering.
|
||||
Layout expects assigns :app_name and :locale (passed from each email sender).
|
||||
"""
|
||||
use Phoenix.View,
|
||||
root: "lib/mv_web",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue