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

8 lines
223 B
Handlebars
Raw Normal View History

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