scope ui bugfixes

pull/306/merge
Justin Richer 12 years ago
parent fbfc977f3b
commit d1968f624a

@ -1147,7 +1147,7 @@
initialize:function() {
if (!this.template) {
this.template = _.template($('#tmpl-system-scope-form'))
this.template = _.template($('#tmpl-system-scope-form').html());
}
},

@ -580,7 +580,6 @@
</script>
<script type="text/html" id="tmpl-system-scope-form">
<h1><%= id == null ? 'New' : 'Edit')%> Scope</h1>
<form class="form-horizontal">
@ -632,5 +631,4 @@
</fieldset>
</form>
</script>
Loading…
Cancel
Save