0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05: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:
Hannah Wolfe 2014-08-06 00:51:46 +01:00
parent 2326d49e77
commit 6b747be1c1
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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>