forked from external-repos/pa11y-dashboard
Add last result of each task to index page
This commit is contained in:
@@ -3,7 +3,14 @@
|
||||
{{#tasks}}
|
||||
<li>
|
||||
<a href="/{{id}}">
|
||||
|
||||
{{url}} ({{standard}})
|
||||
|
||||
{{#last_result}}
|
||||
<br/>Last run: {{date}}
|
||||
<br/>Errors: {{count.error}}
|
||||
{{/last_result}}
|
||||
|
||||
</a>
|
||||
</li>
|
||||
{{/tasks}}
|
||||
|
Reference in New Issue
Block a user