Add breadcrumb

This commit is contained in:
perryharlock
2013-09-27 12:00:51 +01:00
parent d846f7aec3
commit 944f723d80
11 changed files with 45 additions and 11 deletions

View File

@@ -15,7 +15,8 @@ function route (app) {
return standard;
});
res.render('new', {
standards: standards
standards: standards,
isNewTaskPage: true
});
});