Replace Ember.Text* insertions with helpers.
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user