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