mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 01:03:23 +03:00
2b07773b8a
Closes #3568 - Deleted html placeholders in client - Added new grunt task, buildAboutPage, which 1)creates -contributors.hbs partial and 2) downloads contributor avatars - buildAboutPage is called by anything that does an emberTemplates task - Removed unused code from ghostpaths
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
import BaseView from 'ghost/views/settings/content-base';
|
|
|
|
var SettingsAboutView = BaseView.extend();
|
|
|
|
export default SettingsAboutView;
|