From 19306228b208250a7dfb500b7005871ee7acc2fb Mon Sep 17 00:00:00 2001 From: Naz Date: Fri, 22 Sep 2023 21:52:32 +0800 Subject: [PATCH] Removed visible route link for collections refs https://github.com/TryGhost/Arch/issues/95 - Collections should not be visible in the UI for now. Only the API part is GA at the moment. --- ghost/admin/app/components/gh-nav-menu/main.hbs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghost/admin/app/components/gh-nav-menu/main.hbs b/ghost/admin/app/components/gh-nav-menu/main.hbs index d9f0619926..de8a3b6449 100644 --- a/ghost/admin/app/components/gh-nav-menu/main.hbs +++ b/ghost/admin/app/components/gh-nav-menu/main.hbs @@ -96,9 +96,6 @@ {{#if this.showTagsNavigation}}
  • {{svg-jar "tag"}}Tags
  • {{/if}} - {{#if (and (gh-user-can-admin this.session.user) (feature "collections"))}} -
  • {{svg-jar "collections-bookmark"}}Collections
  • - {{/if}} {{#if (gh-user-can-admin this.session.user)}}
  • {{#if (eq this.router.currentRouteName "members.index")}}