scope ui bugfixes

pull/306/merge
Justin Richer 2013-02-01 13:51:17 -05:00
parent fbfc977f3b
commit d1968f624a
2 changed files with 1 additions and 3 deletions

View File

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

View File

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