mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Extensibility point for adding a new main button below topics
This commit is contained in:
parent
ebb16bfafc
commit
010d847c2d
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ export default ContainerView.extend({
|
|||
if (this.get('topic.details.can_create_post')) {
|
||||
this.attachViewClass('reply-button');
|
||||
}
|
||||
this.trigger('additionalButtons', this);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue