Sha256: 31bf25bcd0b027656ffc5e2de9f1a49c187c9e770d6c8afaa9501e68ff1a37e7
Contents?: true
Size: 788 Bytes
Versions: 17
Compression:
Stored size: 788 Bytes
Contents
<table class="table table-striped table-full" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column sortable><span translate>Consumed</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat-start="(name, subscriptions) in groupedSubscriptions"> <td bst-table-cell> <b>{{ name }}</b> </td> </tr> <tr bst-table-row ng-repeat-end ng-repeat="subscription in subscriptions" active-row="stateIncludes('subscriptions.details', {subscriptionId: subscription.id})"> <td bst-table-cell> <a ui-sref="subscriptions.details.info({subscriptionId: subscription.id})"> {{ formatConsumed(subscription) }} </a> </td> </tr> </tbody> </table>
Version data entries
17 entries across 17 versions & 1 rubygems