Sha256: dd57e56730d99aa3f2c75948f98f28cfd81364ee895a3031a340e8d317831366
Contents?: true
Size: 583 Bytes
Versions: 15
Compression:
Stored size: 583 Bytes
Contents
<table class="table table-striped" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column="name" 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
15 entries across 15 versions & 1 rubygems