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 0f601a4e93..c7a2dfd8bb 100644 --- a/ghost/admin/app/components/posts-list/list-item-clicks.hbs +++ b/ghost/admin/app/components/posts-list/list-item-clicks.hbs @@ -117,7 +117,7 @@ {{!-- Opened / Signups column --}} - {{#if @post.showEmailOpenAnalytics }} + {{#if (and @post.showEmailOpenAnalytics @post.showEmailClickAnalytics) }} {{#if this.isHovered}} @@ -144,6 +144,22 @@ {{!-- Clicked / Conversions column --}} + {{#unless @post.showEmailClickAnalytics}} + {{#if @post.showEmailOpenAnalytics }} + + + {{#if this.isHovered}} + {{format-number @post.email.openedCount}} + {{else}} + {{@post.email.openRate}}% + {{/if}} + + + opened + + + {{/if}} + {{/unless}} {{#if @post.showEmailClickAnalytics }}