@@ -4,7 +4,7 | |||
|
4 | 4 | |
|
5 | 5 | <h3><%= l(:label_history) %></h3> |
|
6 | 6 | |
|
7 | <% form_tag({:action => "diff"}, :method => :get) do %> | |
|
7 | <% form_tag({:controller => 'wiki', :action => 'diff', :project_id => @page.project, :id => @page.title}, :method => :get) do %> | |
|
8 | 8 | <table class="list wiki-page-versions"> |
|
9 | 9 | <thead><tr> |
|
10 | 10 | <th>#</th> |
General Comments 0
You need to be logged in to leave comments.
Login now