Patch #1081 » redmine-my-activity.patch
| /var/www/html/redmine/app/controllers/my_controller.rb 2008-04-17 13:33:30.000000000 -0400 | ||
|---|---|---|
| 26 | 26 |
'issueswatched' => :label_watched_issues, |
| 27 | 27 |
'news' => :label_news_latest, |
| 28 | 28 |
'calendar' => :label_calendar, |
| 29 |
'documents' => :label_document_plural |
|
| 29 |
'documents' => :label_document_plural, |
|
| 30 |
'activity' => :label_activity_plural |
|
| 30 | 31 |
}.freeze |
| 31 | 32 | |
| 32 | 33 |
DEFAULT_LAYOUT = { 'left' => ['issuesassignedtome'],
|