discourse/app/assets/javascripts/admin/addon/templates/customize-email-style-edit.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
336 B
Handlebars
Raw Normal View History

<EmailStylesEditor
@styles={{this.model}}
@fieldName={{this.fieldName}}
@save={{action "save"}}
/>
<div class="admin-footer">
<div class="buttons">
<DButton
@action={{action "save"}}
@disabled={{this.saveDisabled}}
@class="btn-primary"
@translatedLabel={{this.saveButtonText}}
/>
</div>
</div>