Sha256: c1cba46f165e15eed3ee19282e8650215e963d2aa5eb078310baf3c6bf9a3cb4
Contents?: true
Size: 1.05 KB
Versions: 22
Compression:
Stored size: 1.05 KB
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <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>Commit</th> <th bst-table-column translate>Date</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="branch in detailsTable.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
22 entries across 22 versions & 1 rubygems