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 d74a9174d8
commit 3e73376c0d
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>