Sha256: 7e3c4b8f2a10e328b44f0f013a0c28c21a0d48cb6d3fc7ddd7a78414880c46ba
Contents?: true
Size: 739 Bytes
Versions: 114
Compression:
Stored size: 739 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> <a ui-sref="product.repository.info({productId: repository.product.id, repositoryId: repository.id})">{{ repository.name }}</a> </td> <td bst-table-cell> <a ui-sref="product.info({productId: repository.product.id})">{{ repository.product.name }}</a> </td> </tr> </tbody> </table> </div>
Version data entries
114 entries across 114 versions & 1 rubygems