Index: app/views/layouts/mailer.html.erb =================================================================== --- app/views/layouts/mailer.html.erb (revision 14479) +++ app/views/layouts/mailer.html.erb (working copy) @@ -47,6 +47,18 @@ + + +
<% if Setting.emails_header.present? -%> <%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_header).html_safe %> @@ -57,5 +69,16 @@ <%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer).html_safe %> <% end -%>
+ + +