discourse/app/assets/javascripts/admin/templates/site-settings/bool.hbs
2015-05-28 11:35:02 -04:00

4 lines
97 B
Handlebars

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