Sha256: f6a1baf8e08dc18645257bdaeccf4f4ee78c23e224944fcb25e28d60f8b0945f
Contents?: true
Size: 1.3 KB
Versions: 45
Compression:
Stored size: 1.3 KB
Contents
<div data-extend-template="layouts/partials/table.html"> <div data-block="search-filter"> <select class="form-control" ng-model="contentView" ng-change="contentViewSelected(contentView)" ng-options="contentView.name for (id, contentView) in contentViews"></select> <select class="form-control" ng-model="repository" ng-change="repositorySelected(repository)" ng-options="repository.name for (id, repository) in repositories"></select> </div> <span data-block="no-rows-message" translate> There are no Packages that match the criteria. </span> <span data-block="no-search-results-message" translate> Your search returned zero Packages. </span> <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
45 entries across 45 versions & 1 rubygems