Switch to side-by-side view

--- a/Allura/allura/model/neighborhood.py
+++ b/Allura/allura/model/neighborhood.py
@@ -113,7 +113,8 @@
 
     @property
     def has_home_tool(self):
-        return self.neighborhood_project.app_config('home') is not None
+        return (self.neighborhood_project
+                    .app_config_by_tool_type('home') is not None)
 
     @property
     def icon(self):