diff --git a/ghost/admin/app/components/posts/analytics.hbs b/ghost/admin/app/components/posts/analytics.hbs index ec17358da8..8157a95de0 100644 --- a/ghost/admin/app/components/posts/analytics.hbs +++ b/ghost/admin/app/components/posts/analytics.hbs @@ -44,8 +44,8 @@ {{#if this.post.hasBeenEmailed}} -

Sent

-

{{format-number this.post.email.emailCount}}

+

{{svg-jar "analytics-tab-sent-large"}}{{format-number this.post.email.emailCount}}

+

{{svg-jar "analytics-tab-sent"}}Sent

@@ -58,8 +58,8 @@ {{#if this.post.showEmailOpenAnalytics }} -

Opened

-

{{format-number this.post.email.openedCount}} {{this.post.email.openRate}}%

+

{{svg-jar "analytics-tab-opened-large"}}{{format-number this.post.email.openedCount}}

+

{{svg-jar "analytics-tab-opened"}}Opened — {{this.post.email.openRate}}%

@@ -73,8 +73,8 @@ {{#if this.post.showEmailClickAnalytics }} -

Clicked

-

{{format-number this.post.count.clicks}} {{this.post.clickRate}}%

+

{{svg-jar "analytics-tab-clicked-large"}}{{format-number this.post.count.clicks}}

+

{{svg-jar "analytics-tab-clicked"}}Clicked — {{this.post.clickRate}}%

@@ -89,11 +89,8 @@ {{#if this.post.showAudienceFeedback }} -

Positive feedback

-

- {{format-number this.post.count.positive_feedback}} - {{!-- {{this.post.sentiment}}% --}} -

+

{{svg-jar "analytics-tab-feedback-large"}}{{format-number this.post.count.positive_feedback}}

+

{{svg-jar "analytics-tab-feedback"}}Feedback — {{this.post.sentiment}}%

@@ -109,8 +106,8 @@ {{#if this.post.showAttributionAnalytics }} -

{{gh-pluralize this.post.count.conversions "Conversions" without-count=true}}

-

{{format-number this.post.count.conversions}}

+

{{svg-jar "analytics-tab-conversions-large"}}{{format-number this.post.count.conversions}}

+

{{svg-jar "analytics-tab-conversions"}}{{gh-pluralize this.post.count.conversions "Conversions" without-count=true}}

diff --git a/ghost/admin/app/components/posts/links-table.hbs b/ghost/admin/app/components/posts/links-table.hbs index 1c74a5f4ec..a228c0ebb7 100644 --- a/ghost/admin/app/components/posts/links-table.hbs +++ b/ghost/admin/app/components/posts/links-table.hbs @@ -87,7 +87,7 @@ {{#if (or this.showPagination (feature "fixNewsletterLinks")) }}