From 35b13abb9824ad34cf7fb39a10e3b909c4910911 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Fri, 8 Nov 2019 16:44:56 +0700 Subject: [PATCH] Show email icon in posts list --- ghost/admin/app/templates/components/gh-posts-list-item.hbs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghost/admin/app/templates/components/gh-posts-list-item.hbs b/ghost/admin/app/templates/components/gh-posts-list-item.hbs index 7bcd5aedab..28b620f3a8 100644 --- a/ghost/admin/app/templates/components/gh-posts-list-item.hbs +++ b/ghost/admin/app/templates/components/gh-posts-list-item.hbs @@ -32,6 +32,10 @@ {{#if (and this.isPublished (not this.post.page))}} Published {{/if}} + + {{#if this.post.email}} + {{svg-jar "email"}} + {{/if}} {{/link-to}} {{#link-to "editor.edit" this.post.displayName this.post.id class="permalink gh-list-data gh-post-list-updated" title="Edit this post"}}