From 76b34ec75da73a3099a6472f7fe932411908d4c8 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 11 Aug 2011 18:01:39 -0700 Subject: [PATCH] remove 500 --- app/views/admins/stats.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/admins/stats.html.haml b/app/views/admins/stats.html.haml index 97c839db8..20bf38b7e 100644 --- a/app/views/admins/stats.html.haml +++ b/app/views/admins/stats.html.haml @@ -44,8 +44,9 @@ Posts over time #stats_graph{:style => "text-align:right;position:relative;vertical-align:bottom;background-color:#eee;"} - - @posts_per_day.each do |key, val| - .asdo{:style => "display:inline-block;width:35px;vertical-align:bottom;background-color:#666;height:#{(val/@most_posts_within)*200}px;"} + = @posts_per_day.inspect + /- @posts_per_day.each do |key, val| + / .asdo{:style => "display:inline-block;width:35px;vertical-align:bottom;background-color:#666;height:#{(val/@most_posts_within)*200}px;"} %br