mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-22 16:31:12 +00:00
Merged r9768 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.0-stable@9769 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e9813791cb
commit
47fb2eb998
@ -1,6 +1,6 @@
|
|||||||
<%= labelled_remote_form_for @wiki,
|
<%= labelled_remote_form_for @wiki,
|
||||||
:as => :wiki,
|
:as => :wiki,
|
||||||
:url => { :controller => 'wikis', :action => 'edit', :id => @project } do |f| %>
|
:url => { :controller => 'wikis', :action => 'edit', :id => @project }, :method => 'post' do |f| %>
|
||||||
|
|
||||||
<%= error_messages_for 'wiki' %>
|
<%= error_messages_for 'wiki' %>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user