1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/templates/components/gh-feature-flag.hbs
Austin Burdine 75f775ec1c convert feature controller to service
closes #6170
- add gh-feature-flag component to create a checkbox (reduce duplicate code)
2016-02-09 08:37:44 -06:00

3 lines
121 B
Handlebars

{{input id=for name=name type="checkbox" checked=value}}
<span class="input-toggle-component"></span>
<p>{{{yield}}}</p>