##// END OF EJS Templates
Skip a count query....
Jean-Philippe Lang -
r5337:910d85be478a
parent child
Show More
@@ -389,7 +389,7 module ApplicationHelper
389 389 h(Setting.app_title)
390 390 else
391 391 b = []
392 ancestors = (@project.root? ? [] : @project.ancestors.visible)
392 ancestors = (@project.root? ? [] : @project.ancestors.visible.all)
393 393 if ancestors.any?
394 394 root = ancestors.shift
395 395 b << link_to_project(root, {:jump => current_menu_item}, :class => 'root')
General Comments 0
You need to be logged in to leave comments. Login now