mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Link breadcrumb on task sub-pages
This commit is contained in:
@@ -15,7 +15,7 @@ function route (app) {
|
||||
}
|
||||
res.render('task/delete', {
|
||||
task: presentTask(task),
|
||||
isTaskPage: true
|
||||
isTaskSubPage: true
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user