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 e4ffac95ae..e7f0f454c0 100644 --- a/ghost/admin/app/templates/components/gh-posts-list-item.hbs +++ b/ghost/admin/app/templates/components/gh-posts-list-item.hbs @@ -11,7 +11,7 @@

By {{this.authorNames}} - + {{#if this.primaryTag}} in {{this.primaryTag}} {{/if}} @@ -44,8 +44,8 @@ {{/if}} {{#if (or this.post.email (and this.post.isScheduled this.post.sendEmailWhenPublished))}} - - {{svg-jar "send-email" class="stroke-midgrey"}} + + {{svg-jar "send-email" class=(if (eq this.post.email.status "failed") "stroke-red" "stroke-midgrey")}} {{/if}}