diff --git a/ghost/admin/app/components/editor-labs/modals/publish-flow/options.hbs b/ghost/admin/app/components/editor-labs/modals/publish-flow/options.hbs index 65812d3112..61873c4f6c 100644 --- a/ghost/admin/app/components/editor-labs/modals/publish-flow/options.hbs +++ b/ghost/admin/app/components/editor-labs/modals/publish-flow/options.hbs @@ -1,5 +1,5 @@
-
Ready, set, publish.
+
Ready, set, publish.
Share it with the world.
@@ -29,56 +29,73 @@ {{/liquid-if}}
-
- {{#if @publishOptions.willEmail}} - + {{else}} +
+ {{svg-jar "member"}} + {{#if (eq @publishOptions.publishType "publish")}} +
+ Not sent to any members +
+ {{else}} + + {{/if}} + + {{svg-jar "arrow-down" class="icon-expand"}} + +
+ {{/if}} + {{#liquid-if (eq this.openSection "emailRecipients")}} +
+ +
+ {{/liquid-if}} +
+ {{/unless}} + + {{#if @publishOptions.post.email}} +
+
{{svg-jar "member"}}
- {{#let (members-count-fetcher query=(hash filter=@publishOptions.fullRecipientFilter)) as |countFetcher|}} - {{if (eq @recipientType "all") "All"}} - - {{countFetcher.count}} - - {{!-- @recipientType = none/free/paid/all/specific --}} - {{if (not-eq @recipientType "all") @recipientType}} - - {{#if @publishOptions.onlyDefaultNewsletter}} - {{gh-pluralize countFetcher.count "member" without-count=true}} - {{else}} - {{gh-pluralize countFetcher.count "subscriber" without-count=true}} - of {{@publishOptions.newsletter.name}} - {{/if}} - {{/let}} + {{#if @publishOptions.onlyDefaultNewsletter}} + Already sent as email + {{else}} + Already sent to {{@publishOptions.post.newsletter.name}} + {{/if}}
- - {{svg-jar "arrow-down" class="icon-expand"}} - - - {{else}} -
- {{svg-jar "member"}} - {{#if (eq @publishOptions.publishType "publish")}} -
- Not sent to any members -
- {{else}} - - {{/if}} - - {{svg-jar "arrow-down" class="icon-expand"}} -
- {{/if}} - {{#liquid-if (eq this.openSection "emailRecipients")}} -
- -
- {{/liquid-if}} -
+
+ {{/if}}