Switch to side-by-side view
--- a/Allura/allura/model/project.py +++ b/Allura/allura/model/project.py @@ -498,7 +498,7 @@ if tool_name not in grouped_nav: child = deepcopy(e) # change label to be the tool name (type) - e.label = g.entry_points['tool'][tool_name].tool_label + e.label = g.entry_points['tool'][tool_name].tool_label + u' \u25be' # add tool url to list of urls that will match this nav entry # have to do this before changing the url to the list page e.matching_urls.append(e.url)