Sha256: 4151140289bb6ba2fbb46a18ed409afe06b67cfbfb60978ac1eb415b476c4b93
Contents?: true
Size: 527 Bytes
Versions: 57
Compression:
Stored size: 527 Bytes
Contents
<div data-extend-template="layouts/partials/table.html"> <table data-block="table" class="table table-striped table-bordered"> <thead> <tr bst-table-head> <th bst-table-column translate>Name</th> <th bst-table-column translate>Product</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="repository in table.rows"> <td bst-table-cell>{{ repository.name }}</td> <td bst-table-cell>{{ repository.product.name }}</td> </tr> </tbody> </table> </div>
Version data entries
57 entries across 51 versions & 1 rubygems