mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add full results to the task page
This commit is contained in:
@@ -8,11 +8,15 @@
|
||||
<h1>Task: {{task.url}} ({{task.standard}})</h1>
|
||||
|
||||
{{#added}}
|
||||
<div style="color: #090;">
|
||||
<p>Task added!</p>
|
||||
</div>
|
||||
<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}}
|
||||
|
Reference in New Issue
Block a user