diff options
author | francis <francis> | 2008-08-29 17:47:24 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-29 17:47:24 +0000 |
commit | 74531896b6302d5c3cf01e00bc3a6e5423b51fef (patch) | |
tree | f48d5b5ead7a10932a14365bb3a96146b428e567 | |
parent | 42a23b585f71af3caa8d08340587ab9713e8de2b (diff) |
Wrap user emails.
-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) %> |