ES6: Migrated and deprecated a bunch of views

This commit is contained in:
Robin Ward
2014-06-10 11:54:38 -04:00
parent c88bff5e0c
commit 580a1bf8b0
64 changed files with 206 additions and 382 deletions

View File

@@ -1,6 +1,6 @@
<div class="col first ip_address">
{{#if editing}}
{{textField value=ip_address autofocus="autofocus"}}
{{text-field value=ip_address autofocus="autofocus"}}
{{else}}
<span {{action edit this}}>{{ip_address}}</span>
{{/if}}