travis-web/assets/scripts/app/templates/status-images.hbs
2015-01-29 13:39:06 +01:00

15 lines
571 B
Handlebars

<a href="#" class="close" {{action "close" target=view}}></a>
<p>
<label>Branch:</label>
{{#if view.branches.isLoaded}}
{{view Ember.Select contentBinding="view.branches" selectionBinding="view.statusImageBranch" optionLabelPath="content.commit.branch" optionValuePath="content.commit.branch"}}
{{else}}
<span class="loading"></span>
{{/if}}
</p>
<p>
<label>{{view Ember.Select contentBinding="view.formats" selectionBinding="view.statusImageFormat"}}</label>
{{view Travis.StatusImageInput valueBinding="view.statusString" class="url" rows=3}}
</p>