summaryrefslogtreecommitdiffstats
path: root/app/views/settings/_notifications.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/_notifications.rhtml')
-rw-r--r--app/views/settings/_notifications.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/settings/_notifications.rhtml b/app/views/settings/_notifications.rhtml
index bf2b9d871..4cc81c931 100644
--- a/app/views/settings/_notifications.rhtml
+++ b/app/views/settings/_notifications.rhtml
@@ -21,6 +21,10 @@
<p><%= check_all_links('notified_events') %></p>
</fieldset>
+<fieldset class="box"><legend><%= l(:setting_emails_header) %></legend>
+<%= setting_text_area :emails_header, :label => false, :class => 'wiki-edit', :rows => 5 %>
+</fieldset>
+
<fieldset class="box"><legend><%= l(:setting_emails_footer) %></legend>
<%= setting_text_area :emails_footer, :label => false, :class => 'wiki-edit', :rows => 5 %>
</fieldset>