Sha256: c067233dcbcead26c1e967f0b694d68e47c7c9feb05cd4a9c4a8edc914cda156
Contents?: true
Size: 576 Bytes
Versions: 165
Compression:
Stored size: 576 Bytes
Contents
<div data-extend-template="layouts/partials/table.html"> <span data-block="search"></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 table.rows"> <td bst-table-cell>{{ version.content_view.name }}</td> <td bst-table-cell>{{ version.version }}</td> </tr> </tbody> </table> </div>
Version data entries
165 entries across 165 versions & 1 rubygems