Sha256: c2dccc7480c20e6d829fdbe5db56babdae1c66c6e774a6ca050e69615e9b5b47
Contents?: true
Size: 513 Bytes
Versions: 8
Compression:
Stored size: 513 Bytes
Contents
<div class="table-responsive"> <table class="table table-striped table-bordered"> <thead> <tr> <th>Attribute</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody ng-repeat="g in groups"> <tr ng-if="g.name && g.attributes.length"> <th colspan="3">{{g.name}}</th> </tr> <tr type-placeholder ng-repeat="item in g.attributes" type="item.type" template="embedded" name="item.name" details="item"></tr> </tbody> </table> </div>
Version data entries
8 entries across 8 versions & 1 rubygems