From fb3064462c32a0bb2d81a6450ca4a90dae3c2c16 Mon Sep 17 00:00:00 2001 From: Brad Beattie Date: Fri, 24 Apr 2009 15:50:25 -0700 Subject: [PATCH] Making both graph widget's thickness the same --- app/views/graphs/recent_status_changes_graph.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/graphs/recent_status_changes_graph.html.erb b/app/views/graphs/recent_status_changes_graph.html.erb index bab7944..9e81fca 100644 --- a/app/views/graphs/recent_status_changes_graph.html.erb +++ b/app/views/graphs/recent_status_changes_graph.html.erb @@ -19,7 +19,7 @@ <% @status_changes.each do |status_change| %> <% - changes_count = [status_change["changes_count"].to_i+5,35].min + changes_count = [status_change["changes_count"].to_i*3,35].min old_status = status_change["old_status"].to_i new_status = status_change["new_status"].to_i