##// 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 25 ancestors.pop
26 26 end
27 27 yield issue, ancestors.size
28 ancestors << issue
28 ancestors << issue unless issue.leaf?
29 29 end
30 30 end
31 31
General Comments 0
You need to be logged in to leave comments. Login now