Make the "new task" form functional

This commit is contained in:
Rowan Manning
2013-09-16 11:09:49 +01:00
parent a7aad37ea0
commit 7fd93d114f
5 changed files with 54 additions and 2 deletions

View File

@@ -7,6 +7,12 @@
<h1>Task: {{task.url}} ({{task.standard}})</h1>
{{#added}}
<div style="color: #090;">
<p>Task added!</p>
</div>
{{/added}}
<p>Here are the results:</p>
{{> results}}