Sha256: 233d225a983e20bf43bc5b1da866eae5b2044420f5ef2434d423469903e7c971
Contents?: true
Size: 896 Bytes
Versions: 37
Compression:
Stored size: 896 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">{{ "Author" | translate }}</th> <th bst-table-column="product">{{ "Version" | translate }}</th> <th bst-table-column="product">{{ "Summary" | translate }}</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="puppetModule in table.rows"> <td bst-table-cell> <a ui-sref="puppet-modules.details.info({puppetModuleId: puppetModule.id})"> {{ puppetModule.name }} </a> </td> <td bst-table-cell> {{ puppetModule.author }} </td> <td bst-table-cell> {{ puppetModule.version }} </td> <td bst-table-cell> {{ puppetModule.summary }} </td> </tr> </tbody> </table>
Version data entries
37 entries across 37 versions & 1 rubygems