mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 21:09:40 +08:00
16 lines
No EOL
377 B
Handlebars
Vendored
16 lines
No EOL
377 B
Handlebars
Vendored
<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}} |