view: labelled_remote_form_for: equals sign mandatory to print blocks and use :as

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9574 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-04-29 04:08:59 +00:00
parent c0891e8a78
commit ab92280a7f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<% labelled_remote_form_for :wiki, @wiki,
<%= labelled_remote_form_for @wiki,
:as => :wiki,
:url => { :controller => 'wikis', :action => 'edit', :id => @project } do |f| %>
<%= error_messages_for 'wiki' %>