diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-11 20:38:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-11 20:38:49 +0000 |
commit | 3a0cd55622e53864a7e78e039b5d25c7208fe6a7 (patch) | |
tree | d1cce1d47a489f37c0bfc3e5d3dfdb81a0834620 | |
parent | f7daee47a669ccdc6903621486e70f7eb23173b7 (diff) | |
download | redmine-3a0cd55622e53864a7e78e039b5d25c7208fe6a7.tar.gz redmine-3a0cd55622e53864a7e78e039b5d25c7208fe6a7.zip |
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
-rw-r--r-- | app/views/projects/gantt.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <h2><%= l(:label_gantt) %></h2> -<% form_tag(params.merge(:month => nil, :year => nil, :years => nil)) do %> +<% form_tag(params.merge(:month => nil, :year => nil, :months => nil)) do %> <table width="100%"> <tr> <td align="left"> |