mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
12 lines
236 B
HTML
12 lines
236 B
HTML
|
|
<ul>
|
|
{{#results}}
|
|
<li>
|
|
<b>Date:</b> {{date-format date format="DD MMM YYYY"}}<br/>
|
|
<b>Errors:</b> {{count.error}}<br/>
|
|
<b>Warnings:</b> {{count.warning}}<br/>
|
|
<b>Notices:</b> {{count.notice}}
|
|
</li>
|
|
{{/results}}
|
|
</ul>
|