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 9f10bac1c0..f49b86f8b6 100644 --- a/ghost/admin/app/templates/components/gh-posts-list-item.hbs +++ b/ghost/admin/app/templates/components/gh-posts-list-item.hbs @@ -23,7 +23,7 @@ {{#link-to "editor.edit" this.post.displayName this.post.id class="permalink gh-list-data gh-post-list-status" title="Edit this post"}} {{#if this.isScheduled}} - Scheduled + Scheduled {{/if}} @@ -35,7 +35,7 @@ {{#if (and this.isPublished (not this.post.page))}} - Published + Published {{/if}} {{/link-to}} @@ -49,7 +49,7 @@ {{/link-to}} {{#link-to "editor.edit" this.post.displayName this.post.id class="permalink gh-list-data gh-post-list-email" title="Post has been sent by email"}} - {{#if this.post.email}} + {{#if (or this.post.email (and this.post.isScheduled this.post.sendEmailWhenPublished))}} {{svg-jar "email" class="w4 h4 fill-midgrey nudge-top--4"}} {{/if}} {{/link-to}} \ No newline at end of file