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:
parent
c0891e8a78
commit
ab92280a7f
@ -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| %>
|
:url => { :controller => 'wikis', :action => 'edit', :id => @project } do |f| %>
|
||||||
|
|
||||||
<%= error_messages_for 'wiki' %>
|
<%= error_messages_for 'wiki' %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user