mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #4728 from rwjblue/remove-unused-view
Remove PostSettingsMenuView.
This commit is contained in:
commit
b0a16d3e70
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
/* global moment */
|
||||
import {formatDate} from 'ghost/utils/date-formatting';
|
||||
|
||||
var PostSettingsMenuView = Ember.View.extend({
|
||||
templateName: 'post-settings-menu',
|
||||
|
||||
publishedAtBinding: Ember.Binding.oneWay('controller.publishedAt'),
|
||||
|
||||
datePlaceholder: Ember.computed('controller.publishedAt', function () {
|
||||
return formatDate(moment());
|
||||
})
|
||||
});
|
||||
|
||||
export default PostSettingsMenuView;
|
Loading…
Reference in a new issue