Sha256: 0770ce74ddaf2cea7d7051dea03ac988135e34bc2f857c57c8e251661018764a
Contents?: true
Size: 901 Bytes
Versions: 29
Compression:
Stored size: 901 Bytes
Contents
<span page-title ng-model="repository">{{ 'Package Groups for Repository:' | translate }} {{ repository.name }}</span> <a ui-sref="products.details.repositories.info({productId: product.id, repositoryId: repository.id})"> <i class="fa fa-double-angle-left"></i> {{ "Back to Repository Details" | translate }} </a> <div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"> <h3 translate>Package Groups in {{ repository.name }}</h3> </div> <div data-block="selection-summary"></div> <div data-block="table"> <table class="table table-striped table-bordered" > <thead> <th bst-table-column><span translate>Name</span></th> </thead> <tbody> <tr bst-table-row ng-repeat="packageGroup in detailsTable.rows"> <td bst-table-cell>{{ packageGroup.name }}</td> </tr> </tbody> </table> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems