forked from external-repos/pa11y-dashboard
Add breadcrumb
This commit is contained in:
@@ -15,7 +15,8 @@ function route (app) {
|
||||
return standard;
|
||||
});
|
||||
res.render('new', {
|
||||
standards: standards
|
||||
standards: standards,
|
||||
isNewTaskPage: true
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user