Sha256: b0c55da856730eefe583750f798e9a046c58fe9666b70e1fdbd6e4cca8a7559b
Contents?: true
Size: 744 Bytes
Versions: 21
Compression:
Stored size: 744 Bytes
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <table data-block="table" class="table table-striped table-bordered"> <thead> <tr bst-table-head> <th bst-table-column translate>Name</th> <th bst-table-column translate>Author</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="puppetModule in detailsTable.rows"> <td bst-table-cell> <a ui-sref="puppet-modules.details.info({puppetModuleId: puppetModule.id})">{{ puppetModule.name }}-{{ puppetModule.version }}</a> </td> <td bst-table-cell>{{ puppetModule.author }}</td> </tr> </tbody> </table> </div>
Version data entries
21 entries across 21 versions & 1 rubygems