Sha256: 4d4c306be2989201411f0d616a40152eabaddbcad331f1b07e35c551dcb7ffe4
Contents?: true
Size: 618 Bytes
Versions: 41
Compression:
Stored size: 618 Bytes
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <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 detailsTable.rows"> <td bst-table-cell>{{ repository.name }}</td> <td bst-table-cell>{{ repository.product.name }}</td> </tr> </tbody> </table> </div>
Version data entries
41 entries across 32 versions & 1 rubygems