mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 14:35:08 -05:00
FIX: admin email customization editor should not have bold text
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
{{input value=buffered.subject}}
|
||||
</label>
|
||||
|
||||
<label>
|
||||
{{i18n "admin.customize.email_templates.body"}}
|
||||
{{d-editor value=buffered.body}}
|
||||
</label>
|
||||
<label>{{i18n "admin.customize.email_templates.body"}}</label>
|
||||
{{d-editor value=buffered.body}}
|
||||
|
||||
{{#save-controls model=emailTemplate action="saveChanges" saved=saved}}
|
||||
{{#if emailTemplate.can_revert}}
|
||||
|
||||
Reference in New Issue
Block a user