Files
openstapps/resources/file.html.mustache
T

16 lines
229 B
Plaintext

<h2>Errors in <code>{{testFile}}</code></h2>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>#</th>
<th>Error</th>
<th>Schema</th>
</tr>
</thead>
<tbody>
{{&errors}}
</tbody>
</table>