Sha256: 95d01bdc1d28dfdf5de57a93239b7a0bef65a6dc4a8bc33611f3d3fd3803e8b9
Contents?: true
Size: 891 Bytes
Versions: 10
Compression:
Stored size: 891 Bytes
Contents
<div data-extend-template="layouts/partials/table.html"> <div data-block="search-filter"> <select class="form-control" ng-model="repositoryId" ng-options="repo.id as repo.name for repo 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
10 entries across 10 versions & 1 rubygems