mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add breadcrumb
This commit is contained in:
@@ -13,7 +13,8 @@ function route (app) {
|
||||
}
|
||||
res.render('index', {
|
||||
tasks: tasks.map(presentTask),
|
||||
deleted: (typeof req.query.deleted !== 'undefined')
|
||||
deleted: (typeof req.query.deleted !== 'undefined'),
|
||||
isHomePage: true
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user