diff --git a/app/templates/annotations/list.hbs b/app/templates/annotations/list.hbs index 663f6303..45cd5487 100644 --- a/app/templates/annotations/list.hbs +++ b/app/templates/annotations/list.hbs @@ -1,6 +1,6 @@ {{#if view.annotations}}
Name cannot be blank
Branch: {{#if view.branches.isLoaded}} - {{view Ember.Select contentBinding="view.branches" selectionBinding="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 Ember.Select contentBinding="view.formats" selectionBinding="view.statusImageFormat"}} - {{view 'status-image-input' valueBinding="view.statusString" class="url" rows=3}} + {{view Ember.Select content="view.formats" selection="view.statusImageFormat"}} + {{view 'status-image-input' value="view.statusString" class="url" rows=3}}