renamed client table item template to something sensible
parent
fc93f1b36c
commit
7e35ed0100
|
@ -197,7 +197,7 @@ var ClientView = Backbone.View.extend({
|
|||
this.options = options;
|
||||
|
||||
if (!this.template) {
|
||||
this.template = _.template($('#tmpl-client').html());
|
||||
this.template = _.template($('#tmpl-client-table-item').html());
|
||||
}
|
||||
|
||||
if (!this.scopeTemplate) {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
-->
|
||||
<!-- client -->
|
||||
|
||||
<script type="text/html" id="tmpl-client">
|
||||
<script type="text/html" id="tmpl-client-table-item">
|
||||
<td>
|
||||
<% if (count == 0) { %>
|
||||
<span class="label label-important">0</span>
|
||||
|
|
Loading…
Reference in New Issue