Sha256: 91e90df4b1818a59c8c368e507737f726f63e5c73d39a0db4d6cfed17f0efd51
Contents?: true
Size: 534 Bytes
Versions: 30
Compression:
Stored size: 534 Bytes
Contents
<table bst-table="table" class="table table-striped" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column="name" sortable><span translate>Name</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="gpgKey in table.rows" active-row="stateIncludes('gpg-keys.details', {gpgKeyId: gpgKey.id})"> <td bst-table-cell> <a class="clickable" ng-click="table.openGPGKey(gpgKey)">{{ gpgKey.name }}</a> </td> </tr> </tbody> </table>
Version data entries
30 entries across 30 versions & 1 rubygems