Renamed view template

This commit is contained in:
Mark McDowall 2014-01-27 21:42:14 -08:00
parent 8e59843d35
commit 37ff745521
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ define(
], function (vent, Marionette, Backbone, BackboneSortableCollectionView, EditQualityProfileItemView, AsModelBoundView, AsValidatedView, _) {
var view = Marionette.ItemView.extend({
template: 'Settings/Quality/Profile/EditQualityProfileTemplate',
template: 'Settings/Quality/Profile/EditQualityProfileViewTemplate',
ui: {
available: '.x-available-list',

View File

@ -19,7 +19,7 @@
<div class="controls">
<select class="x-cutoff" name="cutoff.id" validation-name="cutoff">
{{#each allowed}}
<option value="{{id}}">{{name}}</option>
<option value="{{id}}">{{name}}</option>
{{/each}}
</select>
<span class="help-inline">