Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<EmailStylesEditor
@styles={{this.model}}
@fieldName={{this.fieldName}}
@save={{action "save"}}
/>
<div class="admin-footer">
<div class="buttons">
<DButton
@action={{this.save}}
@disabled={{this.saveDisabled}}
@translatedLabel={{this.saveButtonText}}
class="btn-primary"
</div>