Sha256: 5f20fb6b7d3a211a623ab073ce20370bf1f8458fcdc0f534dcbf799140351f48
Contents?: true
Size: 582 Bytes
Versions: 15
Compression:
Stored size: 582 Bytes
Contents
<table class="table table-striped table-full" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column="name" sortable>{{ "Name" | translate }}</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="branch in table.rows" active-row="stateIncludes('ostree-branches.details', {branchId: branch.id})"> <td bst-table-cell clas="ellipsis-column"> <a ui-sref="ostree-branches.details.info({branchId: branch.id})"> {{ branch.name }} </a> </td> </tr> </tbody> </table>
Version data entries
15 entries across 15 versions & 1 rubygems