Switch to side-by-side view
--- a/Allura/allura/model/project.py +++ b/Allura/allura/model/project.py @@ -715,6 +715,8 @@ apps += [('Wiki', 'wiki', 'Wiki'), ('profile', 'profile', 'Profile'), ] + if g.show_userstats: + apps = apps + [('userstats', 'userstats', 'Statistics')] apps += [ ('admin', 'admin', 'Admin'), ('search', 'search', 'Search'),