diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-01 20:25:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-01 20:25:33 +0000 |
commit | 8364f86af18691f44a84c70504f4bf44dd93bdab (patch) | |
tree | 43fff2978adc1e50e6bd87833bc69ae70c7a375e | |
parent | 53d5ff299af271ae49c52d72cc416b2f020b415f (diff) | |
download | redmine-8364f86af18691f44a84c70504f4bf44dd93bdab.tar.gz redmine-8364f86af18691f44a84c70504f4bf44dd93bdab.zip |
Give explicit url option.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8464 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/wiki/history.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/history.html.erb b/app/views/wiki/history.html.erb index 256394471..cfbf64154 100644 --- a/app/views/wiki/history.html.erb +++ b/app/views/wiki/history.html.erb @@ -4,7 +4,7 @@ <h3><%= l(:label_history) %></h3> -<% form_tag({:action => "diff"}, :method => :get) do %> +<% form_tag({:controller => 'wiki', :action => 'diff', :project_id => @page.project, :id => @page.title}, :method => :get) do %> <table class="list wiki-page-versions"> <thead><tr> <th>#</th> |