Feature #615 » my_controller.rb.diff
my_controller.rb (working copy) | ||
---|---|---|
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 |
'timelog' => :label_timelog |
|
30 | 31 |
}.freeze |
31 | 32 | |
32 | 33 |
DEFAULT_LAYOUT = { 'left' => ['issuesassignedtome'], |