##// END OF EJS Templates
Pass the message id when previewing in edit mode (#10275)....
Jean-Philippe Lang -
r8830:0a8b35718aff
parent child
Show More
@@ -12,7 +12,7
12 12 <%= submit_tag l(:button_save) %>
13 13 <%= link_to_remote l(:label_preview),
14 14 { :url => { :controller => 'messages',
15 :action => 'preview', :board_id => @board },
15 :action => 'preview', :board_id => @board, :id => @message },
16 16 :method => 'post',
17 17 :update => 'preview',
18 18 :with => "Form.serialize('message-form')",
General Comments 0
You need to be logged in to leave comments. Login now