]> source.dussan.org Git - redmine.git/commitdiff
fixed the "preview" link on wiki/edit
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Mar 2007 15:46:34 +0000 (15:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Mar 2007 15:46:34 +0000 (15:46 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@326 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/edit.rhtml

index ca29aa1e6003ae4bbb29a53f86fd5252a028cb1a..9de0077240798a46f7c91942888c3261c2165f35 100644 (file)
@@ -10,7 +10,7 @@
 <p><label><%= l(:field_comment) %></label><br /><%= f.text_field :comment, :size => 120 %></p>\r
 <p><%= submit_tag l(:button_save) %>\r
    <%= link_to_remote l(:label_preview), \r
-                       { :url => { :controller => 'wiki', :action => 'preview' },\r
+                       { :url => { :controller => 'wiki', :action => 'preview', :id => @project },\r
                          :method => 'get',\r
                          :update => 'preview',\r
                          :with => "Form.serialize('wiki_form')",\r