No PUT request to get previous/next month.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5287 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-04-01 19:04:26 +00:00 committed by Eric Davis
parent e6659501de
commit 2431d830b1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module CalendarsHelper
link_target = calendar_path(:year => year, :month => month, :project_id => project_id) link_target = calendar_path(:year => year, :month => month, :project_id => project_id)
link_to_remote(link_name, link_to_remote(link_name,
{:update => "content", :url => link_target, :method => :put}, {:update => "content", :url => link_target, :method => :get},
{:href => link_target}) {:href => link_target})
end end