Switch to unified view

a/Allura/allura/controllers/root.py b/Allura/allura/controllers/root.py
...
...
70
        c.queued_messages = defaultdict(list)
70
        c.queued_messages = defaultdict(list)
71
71
72
    def _cleanup_request(self):
72
    def _cleanup_request(self):
73
        g.send_all_messages()
73
        g.send_all_messages()
74
74
75
    @expose('jinja:project_list.html')
75
    @expose('jinja:allura:templates/project_list.html')
76
    @with_trailing_slash
76
    @with_trailing_slash
77
    def index(self, **kw):
77
    def index(self, **kw):
78
        """Handle the front-page."""
78
        """Handle the front-page."""
79
        c.project_summary = W.project_summary
79
        c.project_summary = W.project_summary
80
        projects = M.Project.query.find(
80
        projects = M.Project.query.find(