Sha256: c44f6bcbb1e61808bdd1ff3290130681622afb45ac65f3fb1268a593f6b0f6d1
Contents?: true
Size: 711 Bytes
Versions: 32
Compression:
Stored size: 711 Bytes
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <span data-block="search"></span> <span data-block="result-count"></span> <table data-block="table" class="table table-striped table-bordered"> <thead> <tr bst-table-head> <th bst-table-column translate>Content View Name</th> <th bst-table-column translate>Version</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="version in detailsTable.rows"> <td bst-table-cell>{{ version.content_view.name }}</td> <td bst-table-cell>{{ version.version }}</td> </tr> </tbody> </table> </div>
Version data entries
32 entries across 32 versions & 1 rubygems