Sha256: ed1b88d72e281816c94a044786e2f38a4d537f28669a238007dce66f4cb85b9f
Contents?: true
Size: 808 Bytes
Versions: 6
Compression:
Stored size: 808 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>Repository</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="packageGroup in table.rows"> <td bst-table-cell>{{ packageGroup.name }}</td> <td bst-table-cell>{{ packageGroup.repository.name }}</td> </tr> </tbody> </table> </div>
Version data entries
6 entries across 6 versions & 1 rubygems