renamed client table item template to something sensible

pull/705/head
Justin Richer 10 years ago
parent b098b33786
commit d2079fcdc5

@ -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…
Cancel
Save