Sha256: 455e5e20ee423d6d4a44ed900621268286f6d84a06445246f909aa7b1a24a06a
Contents?: true
Size: 722 Bytes
Versions: 30
Compression:
Stored size: 722 Bytes
Contents
<table class="table table-striped" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column="name">{{ "Name" | translate }}</th> <th bst-table-column="product">{{ "Product Name" | translate }}</th> <th bst-table-column="repository">{{ "Repository Name" | translate }}</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="tag in table.rows"> <td bst-table-cell> <a ui-sref="docker-tags.details({tagId: tag.id})"> {{ tag.name }} </a> </td> <td bst-table-cell> {{ tag.product.name }} </td> <td bst-table-cell> {{ tag.repository.name }} </td> </tr> </tbody> </table>
Version data entries
30 entries across 30 versions & 1 rubygems