Explorar el Código

Fixed 9793 Preview fail for first wiki page of a project

git-svn-id: http://redmine.rubyforge.org/svn/trunk@411 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/0.5.0
Jean-Philippe Lang hace 17 años
padre
commit
18a6b8e101
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/views/wiki/edit.rhtml

+ 1
- 1
app/views/wiki/edit.rhtml Ver fichero

@@ -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')",

Cargando…
Cancelar
Guardar