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