mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 23:14:10 +08:00
9 lines
341 B
Handlebars
9 lines
341 B
Handlebars
<label class="checkbox-label">
|
|
<Input @type="checkbox" @disabled={{disabled}} @checked={{buffer}} />
|
|
{{i18n labelKey}}
|
|
</label>
|
|
{{#if changed}}
|
|
<DButton @action={{action "apply"}} @class="btn-primary btn-small submit-edit" @icon="check" />
|
|
<DButton @action={{action "cancel"}} @class="btn-small cancel-edit" @icon="times" />
|
|
{{/if}}
|