renamed client table item template to something sensible

pull/705/head
Justin Richer 2014-09-14 21:13:46 -04:00
parent b098b33786
commit d2079fcdc5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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