Sha256: fc0403a52edfbe16691c67da24a748f100a5b19ab6f74806aaefe6e2c5b490b8
Contents?: true
Size: 576 Bytes
Versions: 17
Compression:
Stored size: 576 Bytes
Contents
<table class="table table-striped" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column sortable><span translate>Name</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="contentView in table.rows" active-row="stateIncludes('content-views.details', {contentViewId: contentView.id})"> <td bst-table-cell> <a ui-sref="content-views.details.versions({contentViewId: contentView.id})"> {{ contentView.name }} </a> </td> </tr> </tbody> </table>
Version data entries
17 entries across 17 versions & 1 rubygems