Sha256: 2a59196f1374e8dafe854ef0c85e6f1ce964bdbe980f8cd3a7a09506b7862fe0
Contents?: true
Size: 613 Bytes
Versions: 143
Compression:
Stored size: 613 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>Version</th> <th bst-table-column translate>Architecture</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="deb in table.rows"> <td bst-table-cell>{{ deb.name }}</td> <td bst-table-cell>{{ deb.version }}</td> <td bst-table-cell>{{ deb.architecture }}</td> </tr> </tbody> </table> </div>
Version data entries
143 entries across 143 versions & 1 rubygems