##// END OF EJS Templates
Removed extraneous hidden_field on wiki history (#7379)....
Jean-Philippe Lang -
r4620:07a49b94ad6d
parent child
Show More
@@ -3,7 +3,6
3 <h3><%= l(:label_history) %></h3>
3 <h3><%= l(:label_history) %></h3>
4
4
5 <% form_tag({:action => "diff"}, :method => :get) do %>
5 <% form_tag({:action => "diff"}, :method => :get) do %>
6 <%= hidden_field_tag('project_id', h(@project.to_param)) %>
7 <table class="list wiki-page-versions">
6 <table class="list wiki-page-versions">
8 <thead><tr>
7 <thead><tr>
9 <th>#</th>
8 <th>#</th>
General Comments 0
You need to be logged in to leave comments. Login now