discourse-ai/assets/javascripts/discourse/connectors/after-d-editor/composer-open.hbs

8 lines
210 B
Handlebars

{{#if this.isAiBotChat}}
{{body-class this.aiBotClasses}}
{{#if this.renderChatWarning}}
<div class="ai-bot-chat-warning">{{i18n
"discourse_ai.ai_bot.pm_warning"
}}</div>
{{/if}}
{{/if}}