From dd0097e68f2d68b00a21049211102ea48ed52d85 Mon Sep 17 00:00:00 2001 From: "Fabien \"egg\" O'Carroll" Date: Thu, 18 Aug 2022 12:25:12 -0400 Subject: [PATCH] Added signup & conversion counts to post index page refs https://github.com/TryGhost/Team/issues/1818 This is all hidden behind the alpha flag, and is missing the links to filtered members as that has not been implemented yet. --- ghost/admin/app/components/gh-posts-list-item.hbs | 12 ++++++++++++ ghost/admin/app/models/post.js | 1 + ghost/admin/app/templates/posts.hbs | 4 ++++ 3 files changed, 17 insertions(+) diff --git a/ghost/admin/app/components/gh-posts-list-item.hbs b/ghost/admin/app/components/gh-posts-list-item.hbs index 5e4553824a..000aed93f8 100644 --- a/ghost/admin/app/components/gh-posts-list-item.hbs +++ b/ghost/admin/app/components/gh-posts-list-item.hbs @@ -77,6 +77,18 @@ {{/if}} {{/if}} + {{#if this.feature.memberAttribution}} + + {{/if}} + + {{#if this.feature.memberAttribution}} + + {{/if}} + {{#unless @hideStatusColumn }} {{#if (and this.session.user.isContributor @post.isPublished)}}