diff --git a/ghost/admin/app/components/posts-list/list-item-clicks.hbs b/ghost/admin/app/components/posts-list/list-item-clicks.hbs index dda8bc52be..a91d1788e5 100644 --- a/ghost/admin/app/components/posts-list/list-item-clicks.hbs +++ b/ghost/admin/app/components/posts-list/list-item-clicks.hbs @@ -66,43 +66,47 @@ {{/if}}

-

- {{#if @post.isScheduled}} - - Scheduled - {{#if this.isStateHovered}} - - to be published {{if @post.newsletter "and sent "}}{{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}} - {{/if}} - - {{/if}} + {{#if (not-eq this.settings.membersSignupAccess "none")}} +

+ {{#if @post.isScheduled}} + + + Scheduled + {{#if this.isStateHovered}} + - to be published {{if @post.newsletter "and sent "}}{{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}} + {{/if}} + + {{/if}} - {{#if @post.isDraft}} - - Draft - - {{/if}} + {{#if @post.isDraft}} + + + Draft + + {{/if}} - {{#if @post.isPublished}} - - Published - {{#if @post.hasEmail}} - and sent + {{#if @post.isPublished}} + + Published + {{#if @post.hasEmail}} + and sent + {{#if this.isStateHovered}} + to 2,467 free subscribers + {{/if}} + {{/if}} + + {{/if}} + + {{#if @post.isSent}} + + Sent {{#if this.isStateHovered}} to 2,467 free subscribers {{/if}} - {{/if}} - - {{/if}} - - {{#if @post.isSent}} - - Sent - {{#if this.isStateHovered}} - to 2,467 free subscribers - {{/if}} - - {{/if}} -

+ + {{/if}} +

+ {{/if}} {{/unless}} {{/if}} @@ -141,18 +145,51 @@ {{/if}} {{!-- Button column --}} - -
- {{#if (or @post.isSent @post.isPublished)}} - - {{svg-jar "stats"}} - + + {{#if (not-eq this.settings.membersSignupAccess "none")}} +
+ {{#if (or @post.isSent @post.isPublished)}} + + {{svg-jar "stats"}} + + {{else}} + + {{svg-jar "pen"}} + + {{/if}} +
{{else}} - - {{svg-jar "pen"}} - +

+ {{#if @post.isScheduled}} + + + Scheduled + + {{/if}} + + {{#if @post.isDraft}} + + + Draft + + {{/if}} + + {{#if @post.isPublished}} + + Published + {{#if @post.hasEmail}} + and sent + {{/if}} + + {{/if}} + + {{#if @post.isSent}} + + Sent + + {{/if}} +

{{/if}} -
-
+ diff --git a/ghost/admin/app/components/settings/newsletters.hbs b/ghost/admin/app/components/settings/newsletters.hbs index 9524263a7f..f7b1bf48aa 100644 --- a/ghost/admin/app/components/settings/newsletters.hbs +++ b/ghost/admin/app/components/settings/newsletters.hbs @@ -146,7 +146,7 @@
-

Newsletter tracking

+

Newsletter analytics

Track how many members are opening emails and clicking links