diff options
Diffstat (limited to 'app/views/settings/_notifications.html.erb')
-rw-r--r-- | app/views/settings/_notifications.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/settings/_notifications.html.erb b/app/views/settings/_notifications.html.erb index e75a2014f..0f5051404 100644 --- a/app/views/settings/_notifications.html.erb +++ b/app/views/settings/_notifications.html.erb @@ -7,9 +7,6 @@ <p><%= setting_check_box :bcc_recipients %></p> <p><%= setting_check_box :plain_text_mail %></p> - -<p><%= setting_select(:default_notification_option, User.valid_notification_options.collect {|o| [l(o.last), o.first.to_s]}) %></p> - </div> <fieldset class="box" id="notified_events"><legend><%=l(:text_select_mail_notifications)%></legend> |