Add full results to the task page

This commit is contained in:
Rowan Manning
2013-09-16 15:47:16 +01:00
parent e54a011a9d
commit 000200ac57
3 changed files with 29 additions and 3 deletions

View File

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