diff options
-rw-r--r-- | app/views/layouts/user_mailer.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/user_mailer.rhtml b/app/views/layouts/user_mailer.rhtml new file mode 100644 index 000000000..ce5c18c5b --- /dev/null +++ b/app/views/layouts/user_mailer.rhtml @@ -0,0 +1 @@ +<%= MySociety::Format.wrap_email_body(yield) %> |