Patch #6440 » my_controller.diff
| my_controller.rb (working copy) | ||
|---|---|---|
| 27 | 27 |
'news' => :label_news_latest, |
| 28 | 28 |
'calendar' => :label_calendar, |
| 29 | 29 |
'documents' => :label_document_plural, |
| 30 |
'timelog' => :label_spent_time |
|
| 30 |
'timelog' => :label_spent_time, |
|
| 31 |
'wiki' => "wiki", |
|
| 31 | 32 |
}.merge(Redmine::Views::MyPage::Block.additional_blocks).freeze |
| 32 | 33 | |
| 33 | 34 |
DEFAULT_LAYOUT = { 'left' => ['issuesassignedtome'],
|