diff --git a/ghost/admin/app/components/posts/analytics.hbs b/ghost/admin/app/components/posts/analytics.hbs index fe3b35cc99..19050da1ac 100644 --- a/ghost/admin/app/components/posts/analytics.hbs +++ b/ghost/admin/app/components/posts/analytics.hbs @@ -1,4 +1,4 @@ -
+
@@ -89,34 +89,35 @@ {{#if this.isLoaded }} - {{#if this.showLinks }} - {{#if (is-empty this.links) }} - {{!-- Empty state --}} - {{else}} - - {{/if}} - {{/if}} - - {{#if this.showSources }} - {{#if (is-empty this.sources) }} - {{!-- Empty state --}} - {{else}} -

- Growth from this post -

-
-
-
- +
+ {{#if this.showSources }} +
+

Post growth

+ {{#if (is-empty this.sources) }} +
+ {{svg-jar "members-outline"}} +

No new members for this post

+

Once someone signs up, you'll be able to see where they came from here.

-
+ {{else}} + + {{/if}}
{{/if}} - {{/if}} + + {{#if this.showLinks }} + {{#if (is-empty this.links) }} + {{!-- Empty state --}} + {{else}} + + {{/if}} + {{/if}} +
diff --git a/ghost/admin/app/components/posts/links-table.hbs b/ghost/admin/app/components/posts/links-table.hbs index 161eb8332e..2c2a0328a0 100644 --- a/ghost/admin/app/components/posts/links-table.hbs +++ b/ghost/admin/app/components/posts/links-table.hbs @@ -1,7 +1,10 @@ -

- Newsletter clicks -

-
+{{#if (not (feature "audienceFeedback"))}} +

+ Newsletter clicks +

+{{/if}} +
+ {{#if (feature "audienceFeedback")}}

Newsletter clicks

{{/if}} + {{#if this.showPagination }}