diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-22 13:21:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-22 13:21:24 +0000 |
commit | 07a49b94ad6debf5257ec5246b50393989ea4697 (patch) | |
tree | 6556a1a6264ed68da52169a1edf2c3dc92e84486 /app/views/wiki | |
parent | 144ca23442a5e123935dea4073670d4dba4caa89 (diff) | |
download | redmine-07a49b94ad6debf5257ec5246b50393989ea4697.tar.gz redmine-07a49b94ad6debf5257ec5246b50393989ea4697.zip |
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
Diffstat (limited to 'app/views/wiki')
-rw-r--r-- | app/views/wiki/history.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ <h3><%= l(:label_history) %></h3> <% form_tag({:action => "diff"}, :method => :get) do %> - <%= hidden_field_tag('project_id', h(@project.to_param)) %> <table class="list wiki-page-versions"> <thead><tr> <th>#</th> |