]> source.dussan.org Git - redmine.git/commitdiff
view: labelled_remote_form_for: equals sign mandatory to print blocks and use :as
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 29 Apr 2012 04:08:59 +0000 (04:08 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 29 Apr 2012 04:08:59 +0000 (04:08 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9574 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/settings/_wiki.html.erb

index 0ef494ba388de5d62cee63332098bdb3e7e375eb..4706a671b2340f64dedde1692ea6e14ee2bcd1c0 100644 (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' %>