summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/attachments_added.text.html.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-21 14:10:07 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-21 14:10:07 +0000
commita200e97667a7367945389b5b6934c4a04d33f750 (patch)
tree0c041032b1b17c9b8330faefb4695b36259abcf6 /app/views/mailer/attachments_added.text.html.rhtml
parent2ee11c9089f5390508dfb786b0cbb7c6030ae605 (diff)
downloadredmine-a200e97667a7367945389b5b6934c4a04d33f750.tar.gz
redmine-a200e97667a7367945389b5b6934c4a04d33f750.zip
* Emails footer can now be customized from the admin interface (Admin -> Email notifications).
* Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/attachments_added.text.html.rhtml')
-rw-r--r--app/views/mailer/attachments_added.text.html.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/mailer/attachments_added.text.html.rhtml b/app/views/mailer/attachments_added.text.html.rhtml
index 336cad69b..9bb30db1d 100644
--- a/app/views/mailer/attachments_added.text.html.rhtml
+++ b/app/views/mailer/attachments_added.text.html.rhtml
@@ -3,3 +3,5 @@
<ul><% @attachments.each do |attachment | %>
<li><%= attachment.filename %></li>
<% end %></ul>
+<hr />
+<small><em><%= textilizable Setting.emails_footer %></em></small>