Extensibility point for adding a new main button below topics

This commit is contained in:
Robin Ward 2015-10-27 15:05:37 -04:00
parent ebb16bfafc
commit 010d847c2d

View File

@ -26,5 +26,6 @@ export default ContainerView.extend({
if (this.get('topic.details.can_create_post')) {
this.attachViewClass('reply-button');
}
this.trigger('additionalButtons', this);
}
});