@@ -24,17 +24,17 @@ module MyPage
24
24
CORE_GROUPS = [ 'top' , 'left' , 'right' ]
25
25
26
26
CORE_BLOCKS = {
27
- 'issuesassignedtome' => { :label => :label_assigned_to_me_issues } ,
28
- 'issuesreportedbyme' => { :label => :label_reported_issues } ,
29
- 'issuesupdatedbyme' => { :label => :label_updated_issues } ,
30
- 'issueswatched' => { :label => :label_watched_issues } ,
31
- 'issuequery' => { :label => :label_issue_plural , :max_occurs => 3 } ,
32
- 'news' => { :label => :label_news_latest } ,
33
- 'calendar' => { :label => :label_calendar } ,
34
- 'documents' => { :label => :label_document_plural } ,
35
- 'timelog' => { :label => :label_spent_time } ,
36
- 'activity' => { :label => :label_activity }
37
- }
27
+ 'issuesassignedtome' => { :label => :label_assigned_to_me_issues } ,
28
+ 'issuesreportedbyme' => { :label => :label_reported_issues } ,
29
+ 'issuesupdatedbyme' => { :label => :label_updated_issues } ,
30
+ 'issueswatched' => { :label => :label_watched_issues } ,
31
+ 'issuequery' => { :label => :label_issue_plural , :max_occurs => 3 } ,
32
+ 'news' => { :label => :label_news_latest } ,
33
+ 'calendar' => { :label => :label_calendar } ,
34
+ 'documents' => { :label => :label_document_plural } ,
35
+ 'timelog' => { :label => :label_spent_time } ,
36
+ 'activity' => { :label => :label_activity }
37
+ }
38
38
39
39
def self . groups
40
40
CORE_GROUPS . dup . freeze
0 commit comments