From 3a0cd55622e53864a7e78e039b5d25c7208fe6a7 2007-10-11 20:38:49 From: Jean-Philippe Lang Date: 2007-10-11 20:38:49 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 --- diff --git a/app/views/projects/gantt.rhtml b/app/views/projects/gantt.rhtml index 75e5b9f..21ef600 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 %>