@@ -1,6 +1,6 | |||
|
1 | 1 | <%= labelled_remote_form_for @wiki, |
|
2 | 2 | :as => :wiki, |
|
3 | :url => { :controller => 'wikis', :action => 'edit', :id => @project } do |f| %> | |
|
3 | :url => { :controller => 'wikis', :action => 'edit', :id => @project }, :method => 'post' do |f| %> | |
|
4 | 4 | |
|
5 | 5 | <%= error_messages_for 'wiki' %> |
|
6 | 6 |
General Comments 0
You need to be logged in to leave comments.
Login now