Sha256: 5c621f09cf9ec84e99ac481ab4b54735c2fce7be6ba2d2417e32c2c85f0c41e2
Contents?: true
Size: 1.08 KB
Versions: 25
Compression:
Stored size: 1.08 KB
Contents
<span page-title ng-model="gpgKey">{{ 'Repositories for ' | translate }} {{ gpgKey.name }}</span> <div data-extend-template="layouts/partials/table.html"> <span data-block="no-rows-message" translate> You currently don't have any Products associated with this GPG Key. </span> <div data-block="table"> <table bst-table="table" class="table table-striped table-bordered"> <thead> <tr bst-table-head> <th bst-table-column="name" sortable><span translate>Name</span></th> <th bst-table-column class="number-cell" translate>Repositories</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="product in table.rows"> <td bst-table-cell> <a ui-sref="product.info({productId: product.id})"> {{ product.name }} </a> </td> <td bst-table-cell class="number-cell"> <a ui-sref="product.repositories({productId: product.id})"> {{ product.repository_count }} </a> </td> </tr> </tbody> </table> </div> </div>
Version data entries
25 entries across 25 versions & 1 rubygems