Added class name for invite topic button
This commit is contained in:
parent
cf7b08d034
commit
375a051698
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue