This commit is contained in:
Julian Lam
2014-11-30 21:15:09 -05:00
parent c120f5c2c6
commit 78763834fe
4 changed files with 58 additions and 4 deletions

View File

@@ -253,6 +253,7 @@ topicsController.get = function(req, res, next) {
}
}
data.breadcrumbs = res.locals.breadcrumbs;
res.render('topic', data);
});
};