forked from external-repos/pa11y-dashboard
Add results to the task page
This commit is contained in:
11
view/partial/results.html
Normal file
11
view/partial/results.html
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
<ul>
|
||||
{{#results}}
|
||||
<li>
|
||||
<b>Date:</b> {{date}}<br/>
|
||||
<b>Errors:</b> {{count.error}}<br/>
|
||||
<b>Warnings:</b> {{count.warning}}<br/>
|
||||
<b>Notices:</b> {{count.notice}}
|
||||
</li>
|
||||
{{/results}}
|
||||
</ul>
|
@@ -7,6 +7,6 @@
|
||||
|
||||
<h1>Task: {{task.url}} ({{task.standard}})</h1>
|
||||
|
||||
<p><b>TODO: Get and display results.</b></p>
|
||||
<p>Here are the results:</p>
|
||||
|
||||
{{> tasks}}
|
||||
{{> results}}
|
||||
|
Reference in New Issue
Block a user