Ghost/ghost/admin/app/components/gh-members-segment-count.hbs

9 lines
271 B
Handlebars

{{#if this.session.user.isOwnerOrAdmin}}
<span
class="segment-totals"
{{did-insert (perform this.fetchTotalsTask)}}
{{did-update (perform this.fetchSegmentTotalTask) @segment}}
>
<strong>{{format-number this.segmentTotal}}</strong> members
</span>
{{/if}}