Files
discourse-chat-integration/assets/javascripts/admin/templates/modal/admin-plugins-chat-channel-error.hbs
T
2e15402cf4 DEV: Update CI workflows (#61)
* DEV: Update CI workflows

* DEV: Fix template linting issues

Co-authored-by: CvX <[email protected]>
Co-authored-by: Jarek Radosz <[email protected]>
2021-02-11 10:42:26 +00:00

5 lines
140 B
Handlebars

{{#d-modal-body id="chat_integration_error_modal"}}
<h4>{{i18n model.error_key}}</h4>
<pre>{{model.error_info}}</pre>
{{/d-modal-body}}