mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 11:13:42 +08:00
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
![]() |
export default Ember.Component.extend({
|
||
|
layoutName: "select-box-kit/templates/components/topic-notifications-button",
|
||
|
classNames: "topic-notifications-button",
|
||
|
showFullTitle: true,
|
||
|
appendReason: true
|
||
|
});
|