discourse/app/assets/javascripts/admin/templates/site-settings/bool.hbs
2015-03-03 16:19:29 -05:00

4 lines
95 B
Handlebars

<label>
{{input type="checkbox" checked=enabled}}
{{unbound setting.description}}
</label>