Replace Ember.Text* insertions with helpers.

This commit is contained in:
Robin Ward
2013-05-20 12:56:36 -04:00
parent 1097d51b33
commit c7aebbf4d6
9 changed files with 18 additions and 18 deletions
@@ -24,7 +24,7 @@
</div>
{{#with content.selectedItem}}
{{view Ember.TextField class="style-name" valueBinding="name"}}
{{textField class="style-name" value=name}}
{{#if view.headerActive}}
{{view Discourse.AceEditorView contentBinding="header" mode="html"}}
{{/if}}
@@ -7,7 +7,7 @@
{{/if}}
{{#if plainText}}
{{view Ember.TextArea valueBinding="content.content" class="plain"}}
{{textarea value=content.content class="plain"}}
{{/if}}
{{#if html}}
@@ -3,7 +3,7 @@
<h3>{{unbound setting}}</h3>
</div>
<div class="span11">
{{view Ember.TextField valueBinding="value" classNames="input-xxlarge"}}
{{textField value=value classNames="input-xxlarge"}}
<div class='desc'>{{unbound description}}</div>
</div>
{{#if dirty}}