diff --git a/ghost/admin/app/components/gh-editor-post-status.hbs b/ghost/admin/app/components/gh-editor-post-status.hbs index 3c8a23f908..0bf08c91b3 100644 --- a/ghost/admin/app/components/gh-editor-post-status.hbs +++ b/ghost/admin/app/components/gh-editor-post-status.hbs @@ -8,9 +8,6 @@ {{else if (eq @post.email.status "submitted")}} and sent to {{gh-pluralize @post.email.emailCount "member"}} {{/if}} - {{#if (feature "savedIndicator")}} - {{if (not @hasDirtyAttributes) "- Saved"}} - {{/if}} {{else if @post.isScheduled}} - {{#if (feature "savedIndicator")}} - {{if (not @hasDirtyAttributes) "- Saved"}} - {{/if}} {{else if @post.isNew}} New {{else}} Draft - {{#if (feature "savedIndicator")}} - {{if (not @hasDirtyAttributes) "- Saved"}} - {{/if}} + {{if (not @hasDirtyAttributes) "- Saved"}} {{/if}} \ No newline at end of file diff --git a/ghost/admin/app/services/feature.js b/ghost/admin/app/services/feature.js index 21e7666f25..bf174604d4 100644 --- a/ghost/admin/app/services/feature.js +++ b/ghost/admin/app/services/feature.js @@ -56,7 +56,6 @@ export default Service.extend({ multipleProducts: feature('multipleProducts', {developer: true}), membersFiltering: feature('membersFiltering', {developer: true}), emailCardSegments: feature('emailCardSegments', {developer: true}), - savedIndicator: feature('savedIndicator', {developer: true}), featureImgDragDrop: feature('featureImgDragDrop', {developer: true}), oauthLogin: feature('oauthLogin', {developer: true}), emailOnlyPosts: feature('emailOnlyPosts', {developer: true}), diff --git a/ghost/admin/app/templates/settings/labs.hbs b/ghost/admin/app/templates/settings/labs.hbs index 613d036827..4adbf090ce 100644 --- a/ghost/admin/app/templates/settings/labs.hbs +++ b/ghost/admin/app/templates/settings/labs.hbs @@ -270,19 +270,6 @@ -