Mercurial > hg > soundsoftware-site
changeset 1304:6137548ba453 cannam
Add colleagues block to default My page layout
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 11:30:07 +0100 |
parents | f9a81a1a4425 |
children | 097d38a73624 077b8890835a |
files | app/controllers/my_controller.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controllers/my_controller.rb Fri Jun 14 11:11:32 2013 +0100 +++ b/app/controllers/my_controller.rb Fri Jun 14 11:30:07 2013 +0100 @@ -38,7 +38,7 @@ }.merge(Redmine::Views::MyPage::Block.additional_blocks).freeze DEFAULT_LAYOUT = { 'left' => ['myprojects', 'activitymyprojects'], - 'right' => ['tipoftheday', 'issueswatched'] + 'right' => ['colleagues', 'tipoftheday', 'issueswatched'] }.freeze verify :xhr => true,