0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client/views/settings/navigation.js
Paul Adam Davis 6cc5a58b68 Navigation UI Ember Integration
Closes #4537

- Adds Navigation to the Settings menu
- Adds a `navigationUI` config flag (redirects if not an editor or author)
2015-01-11 20:04:01 +00:00

5 lines
147 B
JavaScript

import BaseView from 'ghost/views/settings/content-base';
var SettingsNavigationView = BaseView.extend();
export default SettingsNavigationView;