@@ -12,7 +12,7 | |||||
12 | <%= submit_tag l(:button_save) %> |
|
12 | <%= submit_tag l(:button_save) %> | |
13 | <%= link_to_remote l(:label_preview), |
|
13 | <%= link_to_remote l(:label_preview), | |
14 | { :url => { :controller => 'messages', |
|
14 | { :url => { :controller => 'messages', | |
15 | :action => 'preview', :board_id => @board }, |
|
15 | :action => 'preview', :board_id => @board, :id => @message }, | |
16 | :method => 'post', |
|
16 | :method => 'post', | |
17 | :update => 'preview', |
|
17 | :update => 'preview', | |
18 | :with => "Form.serialize('message-form')", |
|
18 | :with => "Form.serialize('message-form')", |
General Comments 0
You need to be logged in to leave comments.
Login now