forked from external-repos/pa11y-dashboard
Start using the presenters in the views
This commit is contained in:
@@ -8,6 +8,7 @@ function presentTask (task) {
|
||||
|
||||
// Add additional info
|
||||
task.href = '/' + task.id;
|
||||
task.hrefDelete = '/' + task.id + '/delete';
|
||||
task.hrefJson = '/' + task.id + '.json';
|
||||
|
||||
// Present the last result if present
|
||||
|
Reference in New Issue
Block a user