##// END OF EJS Templates
Skip a count query....
Jean-Philippe Lang -
r5337:910d85be478a
parent child
Show More
@@ -389,7 +389,7 module ApplicationHelper
389 h(Setting.app_title)
389 h(Setting.app_title)
390 else
390 else
391 b = []
391 b = []
392 ancestors = (@project.root? ? [] : @project.ancestors.visible)
392 ancestors = (@project.root? ? [] : @project.ancestors.visible.all)
393 if ancestors.any?
393 if ancestors.any?
394 root = ancestors.shift
394 root = ancestors.shift
395 b << link_to_project(root, {:jump => current_menu_item}, :class => 'root')
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