Sha256: e8158694e95a033ebe3a29f0c35818e653077b29b3d24b03f31fa1f9d364db87
Contents?: true
Size: 988 Bytes
Versions: 6
Compression:
Stored size: 988 Bytes
Contents
<div data-extend-template="layouts/partials/table.html"> <div data-block="filters"> <div class="row"> <div class="form-group col-sm-4"> <select class="form-control" ng-model="repository" ng-options="repository.name for (id, repository) in repositories"> </select> </div> </div> </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>Version</th> <th bst-table-column translate>Release</th> <th bst-table-column translate>Arch</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="package in table.rows"> <td bst-table-cell>{{ package.name }}</td> <td bst-table-cell>{{ package.version }}</td> <td bst-table-cell>{{ package.release }}</td> <td bst-table-cell>{{ package.arch }}</td> </tr> </tbody> </table> </div>
Version data entries
6 entries across 6 versions & 1 rubygems