Removed some UI info from views. Added UI Config

This commit is contained in:
Mark McDowall 2013-04-07 16:15:04 -07:00
commit 5d7f6fb03b
16 changed files with 211 additions and 73 deletions

View file

@ -40,7 +40,12 @@
<div class="controls">
<div class="switch" data-on-label="Yes" data-off-label="No">
<input type="checkbox" name="allowed"/>
{{#if allowed}}
<input type="checkbox" checked="checked" />
{{else}}
<input type="checkbox" />
{{/if}}
</div>
</div>
</div>