diff --git a/ghost/admin/app/templates/editor.hbs b/ghost/admin/app/templates/editor.hbs index 0ea4e5eb2d..f7c18ed64f 100644 --- a/ghost/admin/app/templates/editor.hbs +++ b/ghost/admin/app/templates/editor.hbs @@ -37,8 +37,11 @@ {{/if}}
- {{#unless this.post.isNew}} + {{#if this.post.isDraft}} + + {{/if}} + {{#if this.session.user.isContributor}}