renamed client table item template to something sensible

pull/676/merge
Justin Richer 2014-09-14 21:13:46 -04:00
parent fc93f1b36c
commit 7e35ed0100
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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>