Skip to content

Commit

Permalink
Merge remote branch 'core/pimp' into pimp
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Sep 13, 2010
2 parents 242d19b + e38cf7c commit 63d681d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/emarketing/charts.html.erb
Expand Up @@ -34,7 +34,11 @@ chart_top = @stats.size > 3 ? ((@stats.size - 3) * 3) : 0

<div class="visitor_container_body">
<div id="chart_div">
<div id="chart_canvas"></div>
<div id="chart_canvas">
<% if @stats.empty? -%>
<h2 class="no_data"><%= 'No data'.t %></h2>
<% end -%>
</div>
</div>
</div>

Expand Down

0 comments on commit 63d681d

Please sign in to comment.