mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
f9648de897
Co-Authored-By: Bianca Nenciu <nbianca@users.noreply.github.com> Co-Authored-By: David Taylor <david@taylorhq.com>
9 lines
329 B
Handlebars
9 lines
329 B
Handlebars
<label class='checkbox-label'>
|
|
{{input type="checkbox" disabled=disabled checked=checkedInternal}}
|
|
{{label}}
|
|
</label>
|
|
{{#if changed}}
|
|
{{d-button action=(action "finished") class="btn-primary btn-small submit-edit" icon="check"}}
|
|
{{d-button action=(action "cancelled") class="btn-small cancel-edit" icon="times"}}
|
|
{{/if}}
|