mirror of
https://github.com/discourse/discourse.git
synced 2024-12-18 00:23:56 +08:00
56cbfa2611
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'
|
|
});
|