diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-13 21:34:03 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-13 21:34:03 +0100 |
commit | 8ee2d7149baa58ea225cb40e0f95030ee21f1081 (patch) | |
tree | 11d2bd52f36d3d566f9abcb30654b9bd78e56422 /templates/webmail/readmail.html.ep | |
parent | 6441b5ad6657873fcd8f3695515fa6ef3bc4e6f5 (diff) |
Split up Helper plugin and added Views instead
Diffstat (limited to 'templates/webmail/readmail.html.ep')
-rw-r--r-- | templates/webmail/readmail.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/webmail/readmail.html.ep b/templates/webmail/readmail.html.ep index 5bdc27e..529bbe6 100644 --- a/templates/webmail/readmail.html.ep +++ b/templates/webmail/readmail.html.ep @@ -5,7 +5,7 @@ <h1>Read Mail</h1> -%= $c->render_mail->format_mail($msg) +%= $v->format_mail($msg) <nav> <a href="javascript:history.back()" class="pure-button"> |