UNPKG

gulp-hint-web-reporter

Version:

Hint web reporter compatible with htmlhint, jshint, csslint and maybe others

29 lines 1.06 kB
<div class="panel panel-warning"> <div class="panel-heading" role="tab" id="heading-{acid}"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-target="#accordion-{acid}" class="clickable"> <strong>+ {file}</strong> </a> </h4> </div> <div class="panel-collapse collapse" id="accordion-{acid}" role="tabpanel" aria-labelledby="heading-{acid}"> <div class="panel-body"> <table class="table table-hover"> <thead> <tr> <th class="text-center">Type</th> <th class="text-center">Line</th> <th class="text-center">Column</th> <th>Evidence</th> <th>Reason</th> <th>Rule</th> <th>Docs</th> </tr> </thead> <tbody> {items} </tbody> </table> </div> </div> </div>