Sha256: 0b3deed0330f55c0f672409d9526b725b5c0647f14b6468792a7fdd5f78cbde7
Contents?: true
Size: 590 Bytes
Versions: 217
Compression:
Stored size: 590 Bytes
Contents
<span page-title ng-model="repository">{{ 'Package Groups for Repository:' | translate }} {{ repository.name }}</span> <div data-extend-template="layouts/partials/table.html"> <div data-block="table"> <table class="table table-striped table-bordered"> <thead> <tr bst-table-head> <th bst-table-column><span translate>Name</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="packageGroup in table.rows"> <td bst-table-cell>{{ packageGroup.name }}</td> </tr> </tbody> </table> </div> </div>
Version data entries
217 entries across 217 versions & 1 rubygems