Files
pa11y-dashboard/view/task.html
2013-09-16 16:09:55 +01:00

21 lines
304 B
HTML

{{#content "title"}}
Task: {{task.url}} ({{task.standard}})
{{/content}}
<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}}
<p>Here are the full results:</p>
{{> full-results}}