##// END OF EJS Templates
Slight optimization in issue tree rendering....
Jean-Philippe Lang -
r3506:e8729feba743
parent child
Show More
@@ -25,7 +25,7 module IssuesHelper
25 ancestors.pop
25 ancestors.pop
26 end
26 end
27 yield issue, ancestors.size
27 yield issue, ancestors.size
28 ancestors << issue
28 ancestors << issue unless issue.leaf?
29 end
29 end
30 end
30 end
31
31
General Comments 0
You need to be logged in to leave comments. Login now