mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00: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
|
||
|
});
|