diff options
Diffstat (limited to 'app/views/my/account.html.erb')
-rw-r--r-- | app/views/my/account.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index fc27dc61c..4240832b7 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -55,6 +55,11 @@ <%= render :partial => 'users/mail_notifications' %> </fieldset> +<fieldset class="box"> + <legend><%=l(:label_auto_watch_on)%></legend> + <%= render :partial => 'users/auto_watch_on' %> +</fieldset> + <fieldset class="box tabular"> <legend><%=l(:label_preferences)%></legend> <%= render :partial => 'users/preferences' %> |