diff options
Diffstat (limited to 'app/views/layouts/mailer.text.plain.erb')
-rw-r--r-- | app/views/layouts/mailer.text.plain.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/mailer.text.plain.erb b/app/views/layouts/mailer.text.plain.erb new file mode 100644 index 000000000..1cbcbc236 --- /dev/null +++ b/app/views/layouts/mailer.text.plain.erb @@ -0,0 +1,3 @@ +<%= yield %> +-- +<%= Setting.emails_footer %> |