mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
9 lines
271 B
Handlebars
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}} |