When there is a topic draft in place instead of showing "+ New Topic" we will show "+ Open Draft", this allows topic drafts to be much less intrusive. Also, fixes draft handling of tags
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
export default Ember.Component.extend({
|
|
tagName: '',
|
|
label: 'topic.create'
|
|
});
|