Sha256: 66126c2276059d3f638c2df7c854fd7944bf6eced2f09f39217796de58d432df
Contents?: true
Size: 896 Bytes
Versions: 30
Compression:
Stored size: 896 Bytes
Contents
<div data-extend-template="layouts/partials/table.html"> <div data-block="search-filter"> <select class="form-control" ng-model="repository" ng-options="repository.name for (id, repository) in repositories"></select> </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>Commit</th> <th bst-table-column translate>Date</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="branch in table.rows"> <td bst-table-cell>{{ branch.name }}</td> <td bst-table-cell>{{ branch.version }}</td> <td bst-table-cell>{{ branch.commit }}</td> <td bst-table-cell>{{ branch.version_date }}</td> </tr> </tbody> </table> </div>
Version data entries
30 entries across 30 versions & 1 rubygems