Sha256: 4103e970b6b21b73fea771b093b1ab3cf20b3840f00e282399a0981cef2656e1
Contents?: true
Size: 1.14 KB
Versions: 16
Compression:
Stored size: 1.14 KB
Contents
<span page-title ng-model="contentCredential">{{ 'Products for ' | translate }} {{ contentCredential.name }}</span> <div data-extend-template="layouts/partials/table.html"> <span data-block="no-rows-message" translate> You currently don't have any Repositories associated with this Content Credential. </span> <div data-block="table"> <table class="table table-striped table-bordered"> <thead> <tr> <th translate>Name</th> <th translate>Product</th> <th translate>Type</th> <th translate>Used as</th> </tr> </thead> <tbody> <tr ng-repeat="repository in table.rows"> <td> <a ui-sref="product.repository.info({productId: repository.product.id, repositoryId: repository.id})">{{ repository.name }}</a> </td> <td> <a ui-sref="product.repositories({productId: repository.product.id})"> {{ repository.product.name }} </a> </td> <td>{{ repository.content_type }}</td> <td>{{ repository.used_as }}</td> </tr> </tbody> </table> </div> </div>
Version data entries
16 entries across 16 versions & 1 rubygems