Fixed bug in analytics view

This commit is contained in:
John Poulin
2014-04-08 17:31:48 -04:00
committed by cktricky
parent 3f63480022
commit 196b732b91
+3 -1
View File
@@ -9,7 +9,9 @@
<table class="table table-striped table-hover table-bordered pull-left" id="data-table">
<thead>
<tr>
<% params[:field].count.times do %>
<%
count = (params[:field] ? params[:field].count : 3)
count.times do %>
<td>&nbsp;</td>
<% end %>
</tr>