From 3a0cd55622e53864a7e78e039b5d25c7208fe6a7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 11 Oct 2007 20:38:49 +0000 Subject: [PATCH] Fixed: unable to change how many months are displayed on the gantt. git-svn-id: http://redmine.rubyforge.org/svn/trunk@828 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/gantt.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/gantt.rhtml b/app/views/projects/gantt.rhtml index 75e5b9fc5..21ef600a8 100644 --- a/app/views/projects/gantt.rhtml +++ b/app/views/projects/gantt.rhtml @@ -27,7 +27,7 @@ t_height = g_height + headers_height

<%= l(:label_gantt) %>

-<% form_tag(params.merge(:month => nil, :year => nil, :years => nil)) do %> +<% form_tag(params.merge(:month => nil, :year => nil, :months => nil)) do %>