diff app/views/settings/_general.rhtml @ 47:22ae926000f9 luisf

Added Notifications Area in Welcome page. Minor changes to welcome page layout;
author luisf
date Tue, 23 Nov 2010 12:47:15 +0000
parents 9c8afcb2f7e5
children b859cc0c4fa1
line wrap: on
line diff
--- a/app/views/settings/_general.rhtml	Tue Nov 23 12:32:08 2010 +0000
+++ b/app/views/settings/_general.rhtml	Tue Nov 23 12:47:15 2010 +0000
@@ -3,6 +3,9 @@
 <div class="box tabular settings">
 <p><%= setting_text_field :app_title, :size => 30 %></p>
 
+<p><%= setting_text_area :notifications_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p>
+ <%= wikitoolbar_for 'settings_notifications_text' %>
+
 <p><%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p>
 <%= wikitoolbar_for 'settings_welcome_text' %>