From ac38a063550b10cc33d3990262b0fb28d5409b97 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Fri, 25 Jul 2008 20:56:48 +0200 Subject: [PATCH] add a break after the last context chart to put the top 5 contexts lists on the next line look better on wide screens --- app/views/stats/_contexts.rhtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/stats/_contexts.rhtml b/app/views/stats/_contexts.rhtml index 28ab5e31..1c04cb80 100755 --- a/app/views/stats/_contexts.rhtml +++ b/app/views/stats/_contexts.rhtml @@ -2,6 +2,8 @@ <%= render :partial => 'chart', :locals => {:width => @pie_width, :height => @pie_height, :data => url_for(:action => 'context_running_actions_data')} -%> +
+

Top 5 Contexts

<%