]> source.dussan.org Git - redmine.git/commitdiff
Fixed 9793 Preview fail for first wiki page of a project
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 3 Apr 2007 22:24:59 +0000 (22:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 3 Apr 2007 22:24:59 +0000 (22:24 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@411 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/edit.rhtml

index 48025b368b8b0f2fe250c3c501337914bb2ffa1c..0bc6322f95cb26c579d669fa521c90d1611e3e55 100644 (file)
@@ -15,7 +15,7 @@
 <p><label><%= l(:field_comment) %></label><br /><%= f.text_field :comment, :size => 120 %></p>
 <p><%= submit_tag l(:button_save) %>
    <%= link_to_remote l(:label_preview), 
-                       { :url => { :controller => 'wiki', :action => 'preview', :id => @project },
+                       { :url => { :controller => 'wiki', :action => 'preview', :id => @project, :page => @page.title },
                          :method => 'get',
                          :update => 'preview',
                          :with => "Form.serialize('wiki_form')",