diff --git a/app/templates/status-images.hbs b/app/templates/status-images.hbs index 2e49845c..bd13f435 100644 --- a/app/templates/status-images.hbs +++ b/app/templates/status-images.hbs @@ -2,13 +2,13 @@
{{#if view.branches.isLoaded}} - {{view Ember.Select content="view.branches" selection="view.statusImageBranch" optionLabelPath="content.commit.branch" optionValuePath="content.commit.branch"}} + {{view Ember.Select content=view.branches selection=view.statusImageBranch optionLabelPath="content.commit.branch" optionValuePath="content.commit.branch"}} {{else}} {{loading-indicator}} {{/if}}
- - {{view 'status-image-input' value="view.statusString" class="url" rows=3}} + + {{view 'status-image-input' value=view.statusString class="url" rows=3}}