Added class name for invite topic button

This commit is contained in:
cpradio 2016-06-03 14:36:43 -04:00
parent cf7b08d034
commit 375a051698
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import ButtonView from 'discourse/views/button';
import { iconHTML } from 'discourse/helpers/fa-icon';
export default ButtonView.extend({
classNames: ['invite-topic'],
textKey: 'topic.invite_reply.title',
helpKey: 'topic.invite_reply.help',
attributeBindings: ['disabled'],