discourse/app/assets/javascripts/admin/templates/site-settings/bool.hbs

5 lines
95 B
Handlebars
Raw Normal View History

2015-03-03 01:12:19 +08:00
<label>
{{input type="checkbox" checked=enabled}}
{{unbound setting.description}}
</label>