mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed tooltip for scheduled posts in postlist (#20237)
DES-194 The tooltip of scheduled posts always showed subscribers even if it was not sent as a newsletter.
This commit is contained in:
parent
fb44c2393c
commit
184457b33f
1 changed files with 5 additions and 1 deletions
|
@ -95,10 +95,14 @@
|
|||
<span class="schedule-details" {{css-transition "anim-fade-in-scale"}}>
|
||||
{{#if @post.emailOnly}}
|
||||
to be sent
|
||||
{{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}}
|
||||
{{else}}
|
||||
to be published {{if @post.newsletter "and sent "}}
|
||||
{{this.scheduledText}}
|
||||
{{#if @post.newsletter}}
|
||||
to {{humanize-recipient-filter @post.emailSegment}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}}
|
||||
</span>
|
||||
{{/if}}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue