mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
da49dc4922
refs https://github.com/TryGhost/Team/issues/496 reqs https://github.com/TryGhost/Ghost/pull/12925 The publish menu was meant to default to matching post visibility but that wasn't working consistently and didn't make sense for sites which don't email every post to their members. A "Default newsletter recipients" option has been added to the "Email newsletter" settings screen and the publish menu updated to reflect the option. The free/paid toggles in the publish menu have also been swapped out for a multi-select style component that will cater to more complex member segmentation.
7 lines
236 B
Handlebars
7 lines
236 B
Handlebars
<span
|
|
class="segment-totals"
|
|
{{did-insert (perform this.fetchTotalsTask)}}
|
|
{{did-update (perform this.fetchSegmentTotalTask) @segment}}
|
|
>
|
|
{{format-number this.segmentTotal}} / {{format-number this.total}} members
|
|
</span> |