diff --git a/ghost/admin/app/components/posts-list/context-menu.hbs b/ghost/admin/app/components/posts-list/context-menu.hbs index ffc5820fe8..36e8077e69 100644 --- a/ghost/admin/app/components/posts-list/context-menu.hbs +++ b/ghost/admin/app/components/posts-list/context-menu.hbs @@ -11,7 +11,7 @@ {{#if this.shouldFeatureSelection }}
  • {{else}} @@ -35,6 +35,13 @@ {{/if}} {{#if this.session.user.isAdmin}} + {{#if this.canCopySelection}} +
  • + +
  • + {{/if}}