diff --git a/ghost/admin/app/components/posts-list/list-item.hbs b/ghost/admin/app/components/posts-list/list-item.hbs index 5ed3771658..f26013cff9 100644 --- a/ghost/admin/app/components/posts-list/list-item.hbs +++ b/ghost/admin/app/components/posts-list/list-item.hbs @@ -1,5 +1,5 @@ {{!-- template-lint-disable no-invalid-interactive --}} -
{{#if @post.isScheduled}}
-
+
Scheduled
- {{#if this.isStateHovered}}
+ {{#if this.isHovered}}
to be published {{if @post.newsletter "and sent "}}{{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}}
{{/if}}
@@ -91,7 +91,7 @@
{{/if}}
{{#if @post.isPublished}}
-
+
Published
{{#if @post.didEmailFail}}
but failed to send newsletter
@@ -105,7 +105,7 @@
{{/if}}
{{#if @post.isSent}}
-
+
{{#if @post.didEmailFail}}
Failed to send newsletter
{{else}}
@@ -122,9 +122,60 @@
{{/if}}
{{!-- Opened / Signups column --}}
-