Give explicit url option.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8464 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
53d5ff299a
commit
8364f86af1
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<h3><%= l(:label_history) %></h3>
|
<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">
|
<table class="list wiki-page-versions">
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user