diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-12 16:43:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-12 16:43:49 +0000 |
commit | 0fe5c7b3e0d8875bff29e3a17230e94de416fa41 (patch) | |
tree | af4a139b892c95eea4f2688d5288a9dad4a77f95 /app/views/my/account.rhtml | |
parent | 843d04f0e3fa0f841dd4db68262a130714443a0a (diff) | |
download | redmine-0fe5c7b3e0d8875bff29e3a17230e94de416fa41.tar.gz redmine-0fe5c7b3e0d8875bff29e3a17230e94de416fa41.zip |
Added an option on 'My account' for users who don't want to be notified of changes that they make.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@899 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my/account.rhtml')
-rw-r--r-- | app/views/my/account.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index 198ef8ffe..e65f78a47 100644 --- a/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml @@ -32,6 +32,7 @@ <% end %></p> <p><em><%= l(:text_user_mail_option) %></em></p> <% end %> +<p><label><%= check_box_tag 'no_self_notified', 1, @user.pref[:no_self_notified] %> I don't want to be notified of changes that I make myself.</label></p> </div> </div> <% end %> |