Start using the presenters in the views

This commit is contained in:
Rowan Manning
2013-09-25 12:03:23 +01:00
parent 8d4002860e
commit d3cedfc889
2 changed files with 3 additions and 2 deletions

View File

@@ -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