Sha256: 2b813e67342d1496512540c453e1d9130b27562cfe684f6bbe7125ebecf03ded
Contents?: true
Size: 617 Bytes
Versions: 10
Compression:
Stored size: 617 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>{{ puppetModule.name }}</td> <td bst-table-cell>{{ puppetModule.author }}</td> </tr> </tbody> </table> </div>
Version data entries
10 entries across 10 versions & 1 rubygems