@@ -4,7 +4,7 | |||||
4 |
|
4 | |||
5 | <h3><%= l(:label_history) %></h3> |
|
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 | <table class="list wiki-page-versions"> |
|
8 | <table class="list wiki-page-versions"> | |
9 | <thead><tr> |
|
9 | <thead><tr> | |
10 | <th>#</th> |
|
10 | <th>#</th> |
General Comments 0
You need to be logged in to leave comments.
Login now