File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ class MaxLinesLimitReached < StandardError
30
30
31
31
# Relation types that are rendered
32
32
DRAW_TYPES = {
33
- IssueRelation ::TYPE_BLOCKS => { :landscape_margin => 16 , :color => '#F34F4F' } ,
34
- IssueRelation ::TYPE_PRECEDES => { :landscape_margin => 20 , :color => '#628FEA' }
33
+ IssueRelation ::TYPE_BLOCKS => { :landscape_margin => 16 , :color => '#F34F4F' } ,
34
+ IssueRelation ::TYPE_PRECEDES => { :landscape_margin => 20 , :color => '#628FEA' }
35
35
} . freeze
36
36
37
37
UNAVAILABLE_COLUMNS = [ :tracker , :id , :subject ]
@@ -92,7 +92,7 @@ def initialize(options={})
92
92
end
93
93
94
94
def common_params
95
- { :controller => 'gantts' , :action => 'show' , :project_id => @project }
95
+ { :controller => 'gantts' , :action => 'show' , :project_id => @project }
96
96
end
97
97
98
98
def params
You can’t perform that action at this time.
0 commit comments