mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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.
This commit is contained in:
parent
1fecb08957
commit
19306228b2
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@
|
|||
{{#if this.showTagsNavigation}}
|
||||
<li><LinkTo @route="tags" @current-when="tags tag tag.new" data-test-nav="tags">{{svg-jar "tag"}}Tags</LinkTo></li>
|
||||
{{/if}}
|
||||
{{#if (and (gh-user-can-admin this.session.user) (feature "collections"))}}
|
||||
<li><LinkTo @route="collections" @current-when="collections collection collection.new" data-test-nav="collections">{{svg-jar "collections-bookmark"}}Collections</LinkTo></li>
|
||||
{{/if}}
|
||||
{{#if (gh-user-can-admin this.session.user)}}
|
||||
<li class="relative">
|
||||
{{#if (eq this.router.currentRouteName "members.index")}}
|
||||
|
|
Loading…
Add table
Reference in a new issue