Sha256: 9c9007a3c8926ec7c63ec57e57b142c6e59849cc7f8e77c4b0ee54a1d333c6b1
Contents?: true
Size: 604 Bytes
Versions: 17
Compression:
Stored size: 604 Bytes
Contents
<table class="table table-striped" ng-class="{'table-mask': productTable.working}"> <thead> <tr bst-table-head row-select> <th bst-table-column sortable><span translate>Name</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="product in productTable.rows" row-select="product" active-row="stateIncludes('products.details', {productId: product.id})"> <td bst-table-cell> <a ui-sref="products.details.repositories.index({productId: product.id})"> {{ product.name }} </a> </td> </tr> </tbody> </table>
Version data entries
17 entries across 17 versions & 1 rubygems