mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 01:28:14 -05:00
Extensibility point for adding a new main button below topics
This commit is contained in:
@@ -26,5 +26,6 @@ export default ContainerView.extend({
|
||||
if (this.get('topic.details.can_create_post')) {
|
||||
this.attachViewClass('reply-button');
|
||||
}
|
||||
this.trigger('additionalButtons', this);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user