mirror of
https://github.com/discourse/discourse.git
synced 2025-02-15 15:55:09 +00:00
8 lines
283 B
Handlebars
8 lines
283 B
Handlebars
<EmailStylesEditor @styles={{model}} @fieldName={{fieldName}} @save={{action "save"}} />
|
|
|
|
<div class="admin-footer">
|
|
<div class="buttons">
|
|
<DButton @action={{action "save"}} @disabled={{saveDisabled}} @class="btn-primary" @translatedLabel={{saveButtonText}} />
|
|
</div>
|
|
</div>
|