mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
No apps screen for 0.5
no issue - The apps screen is nowhere near ready for prime time yet, lets not have it in 0.5 at all
This commit is contained in:
parent
d74a9174d8
commit
3e73376c0d
@ -33,7 +33,6 @@ Router.map(function () {
|
||||
this.resource('settings.users', { path: '/users' }, function () {
|
||||
this.route('user', { path: '/:slug' });
|
||||
});
|
||||
this.route('apps');
|
||||
});
|
||||
this.route('debug');
|
||||
//Redirect legacy content to posts
|
||||
|
@ -11,11 +11,6 @@
|
||||
|
||||
{{gh-activating-list-item route="settings.users" title="Users" classNames="users"}}
|
||||
|
||||
{{#if showApps}}
|
||||
{{#unless session.user.isEditor}}
|
||||
{{gh-activating-list-item route="settings.apps" title="Apps" classNames="apps"}}
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
</ul>
|
||||
</nav>
|
||||
|
Loading…
Reference in New Issue
Block a user