Sha256: 7a2b95c3355746c0eabe5e93e155bbc802c5c01111ff7827d841d983fdd28ae8
Contents?: true
Size: 544 Bytes
Versions: 30
Compression:
Stored size: 544 Bytes
Contents
<table bst-table="table" class="table table-striped table-full" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column sortable>{{ "Name" | translate }}</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="tag in table.rows" active-row="stateIncludes('docker-tags.details', {tagId: tag.id})"> <td bst-table-cell> <a ui-sref="docker-tags.details({tagId: tag.id})"> {{ tag.full_name }} </a> </td> </tr> </tbody> </table>
Version data entries
30 entries across 30 versions & 1 rubygems