diff --git a/ghost/admin/app/components/posts/post-activity-feed.hbs b/ghost/admin/app/components/posts/post-activity-feed.hbs index d4f47fa849..7669d4c3d2 100644 --- a/ghost/admin/app/components/posts/post-activity-feed.hbs +++ b/ghost/admin/app/components/posts/post-activity-feed.hbs @@ -9,71 +9,104 @@ {{/if}} - {{#each eventsFetcher.data as |event|}} - {{#let (parse-member-event event) as |parsedEvent|}} -
Once someone receives your email, you'll be able to see the member activity here.
+ {{else if (eq this.eventType "opened")}} + {{svg-jar "empty-opened"}} +Once someone opens your email, you'll be able to see the member activity here.
+ {{else if (eq this.eventType "clicked")}} + {{svg-jar "empty-clicked"}} +Once someone clicks in your email, you'll be able to see the member activity here.
+ {{else if (eq this.eventType "feedback")}} + {{svg-jar "empty-feedback"}} +Once someone has responded with feedback, you'll be able to see the member activity here.
+ {{else if (eq this.eventType "conversion")}} + {{svg-jar "empty-conversion"}} +Once someone has signed up or upgraded, you'll be able to see the member activity here.
+ {{/if}} +