mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 08:03:44 +08:00
a914d3230b
Followup to 7d8974d02f
Co-authored-by: David Taylor <david@taylorhq.com>
16 lines
377 B
Handlebars
16 lines
377 B
Handlebars
<label class="checkbox-label">
|
|
<Input @type="checkbox" disabled={{this.disabled}} @checked={{this.buffer}} />
|
|
{{i18n this.labelKey}}
|
|
</label>
|
|
{{#if this.changed}}
|
|
<DButton
|
|
@action={{this.apply}}
|
|
@icon="check"
|
|
class="btn-primary btn-small submit-edit"
|
|
/>
|
|
<DButton
|
|
@action={{this.cancel}}
|
|
@icon="xmark"
|
|
class="btn-small cancel-edit"
|
|
/>
|
|
{{/if}} |