Add markup and stying for task page

This commit is contained in:
perryharlock
2013-09-17 15:30:02 +01:00
parent 1776c8ae7e
commit c557157ae3
5 changed files with 126 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ function route (app) {
res.render('task', {
task: task,
results: results,
lastResult: results[0] || null,
added: (typeof req.query.added !== 'undefined')
});
});