From: Jean-Philippe Lang Date: Sat, 22 Jan 2011 13:21:24 +0000 (+0000) Subject: Removed extraneous hidden_field on wiki history (#7379). X-Git-Tag: 1.2.0~1053 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=07a49b94ad6debf5257ec5246b50393989ea4697;p=redmine.git Removed extraneous hidden_field on wiki history (#7379). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4740 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/history.rhtml b/app/views/wiki/history.rhtml index 23d45099a..392c3b9f1 100644 --- a/app/views/wiki/history.rhtml +++ b/app/views/wiki/history.rhtml @@ -3,7 +3,6 @@

<%= l(:label_history) %>

<% form_tag({:action => "diff"}, :method => :get) do %> - <%= hidden_field_tag('project_id', h(@project.to_param)) %>
#