diff app/controllers/my_controller.rb @ 1225:edf7563e2653 live

Merge from branch "cannam"
author Chris Cannam
date Tue, 12 Mar 2013 15:14:07 +0000
parents 2c59ee348e2b
children d280360758e5
line wrap: on
line diff
--- a/app/controllers/my_controller.rb	Tue Mar 12 13:36:57 2013 +0000
+++ b/app/controllers/my_controller.rb	Tue Mar 12 15:14:07 2013 +0000
@@ -38,7 +38,7 @@
            }.merge(Redmine::Views::MyPage::Block.additional_blocks).freeze
 
   DEFAULT_LAYOUT = {  'left' => ['myprojects', 'activitymyprojects'], 
-                      'right' => ['tipoftheday', 'issueswatched'] 
+                      'right' => ['tipoftheday', 'colleagues', 'issueswatched'] 
                    }.freeze
 
   verify :xhr => true,