diff --git a/ghost/admin/app/components/gh-member-details-activity.hbs b/ghost/admin/app/components/gh-member-details-activity.hbs index d0785a7a82df..d1d61f31d00a 100644 --- a/ghost/admin/app/components/gh-member-details-activity.hbs +++ b/ghost/admin/app/components/gh-member-details-activity.hbs @@ -16,11 +16,11 @@
{{#if (and @member.name @member.email)}} diff --git a/ghost/admin/app/components/gh-member-details.hbs b/ghost/admin/app/components/gh-member-details.hbs index 178eff4c8be2..42c7d93cd183 100644 --- a/ghost/admin/app/components/gh-member-details.hbs +++ b/ghost/admin/app/components/gh-member-details.hbs @@ -15,11 +15,11 @@
{{#if (and @member.name @member.email)}} diff --git a/ghost/admin/app/components/gh-post-settings-menu.hbs b/ghost/admin/app/components/gh-post-settings-menu.hbs index 73684aab0e22..2d1938373c54 100644 --- a/ghost/admin/app/components/gh-post-settings-menu.hbs +++ b/ghost/admin/app/components/gh-post-settings-menu.hbs @@ -61,9 +61,9 @@ @disabled={{this.post.isScheduled}} @isActive={{not this.isViewingSubview}} /> - {{#unless (or this.post.isDraft this.post.isPublished this.post.pastScheduledTime this.post.isSent)}} + {{#if (not (or this.post.isDraft this.post.isPublished this.post.pastScheduledTime this.post.isSent))}}
Use the publish menu to re-schedule
- {{/unless}} + {{/if}}