Sha256: 660caec1050b47c7a8d693d096a93d60e87e6a034e10f8a7111193cd26f675e8
Contents?: true
Size: 611 Bytes
Versions: 13
Compression:
Stored size: 611 Bytes
Contents
<table class="table table-striped" ng-class="{'table-mask': productTable.working}"> <thead> <tr bst-table-head row-select> <th bst-table-column="name" 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
13 entries across 13 versions & 1 rubygems