diff --git a/ghost/admin/app/components/posts-list/list-item-old.hbs b/ghost/admin/app/components/posts-list/list-item-old.hbs deleted file mode 100644 index 83533a2c53..0000000000 --- a/ghost/admin/app/components/posts-list/list-item-old.hbs +++ /dev/null @@ -1,200 +0,0 @@ -{{!-- template-lint-disable no-invalid-interactive --}} -
- - Published - {{#if @post.hasEmail}} - {{#if this.isHovered}} - and sent to {{gh-pluralize @post.email.emailCount "member"}} - {{else}} - and sent - {{/if}} - {{/if}} - -
- {{/unless}} - - {{else}} -- {{#if @post.isScheduled}} - - - Scheduled - {{#if this.isHovered}} - - {{#if @post.emailOnly}} - to be sent - {{else}} - to be published {{if @post.newsletter "and sent "}} - {{/if}} - {{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}} - - {{/if}} - - {{/if}} - - {{#if @post.isDraft}} - - - Draft - - {{/if}} - - {{#if @post.isPublished}} - - Published - {{#if @post.didEmailFail}} - but failed to send newsletter - {{else if @post.hasBeenEmailed}} - and sent - {{#if this.isHovered}} - to {{gh-pluralize @post.email.emailCount "member"}} - {{/if}} - {{/if}} - - {{/if}} - - {{#if @post.isSent}} - - {{#if @post.didEmailFail}} - Failed to send newsletter - {{else}} - Sent - {{#if this.isHovered}} - to {{gh-pluralize @post.email.emailCount "member"}} - {{/if}} - {{/if}} - - {{/if}} -
- {{/unless}} -