mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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';
|
import { iconHTML } from 'discourse/helpers/fa-icon';
|
||||||
|
|
||||||
export default ButtonView.extend({
|
export default ButtonView.extend({
|
||||||
|
classNames: ['invite-topic'],
|
||||||
textKey: 'topic.invite_reply.title',
|
textKey: 'topic.invite_reply.title',
|
||||||
helpKey: 'topic.invite_reply.help',
|
helpKey: 'topic.invite_reply.help',
|
||||||
attributeBindings: ['disabled'],
|
attributeBindings: ['disabled'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user