Files
pa11y-dashboard/view/partial/results.html
2013-09-16 10:26:21 +01:00

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>