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