mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03: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
@ -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…
Reference in New Issue
Block a user