Mercurial > hg > soundsoftware-site
diff app/controllers/my_controller.rb @ 485:ef125e1f3a10 bug_189
Remove Calendar from default blocks in My Page
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Mon, 11 Jul 2011 16:42:08 +0100 |
parents | 350acce374a2 |
children | 5e80956cc792 |
line wrap: on
line diff
--- a/app/controllers/my_controller.rb Mon Jun 27 12:38:02 2011 +0100 +++ b/app/controllers/my_controller.rb Mon Jul 11 16:42:08 2011 +0100 @@ -34,7 +34,7 @@ }.merge(Redmine::Views::MyPage::Block.additional_blocks).freeze DEFAULT_LAYOUT = { 'left' => ['tipoftheday', 'activitymyprojects'], - 'right' => ['issueswatched','calendar'] + 'right' => ['issueswatched'] }.freeze verify :xhr => true,