Ghost/core/client/app/views/about.js
cobbspur c3bb7cb396 Fix route for About page
No Issue

- Routes,  views and controllers updated for about page
- fix up tests and add redirect check
2015-05-25 17:06:17 +01:00

6 lines
121 B
JavaScript

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