foodsoft/app/views/order_comments/create.js.haml

2 lines
143 B
Plaintext

$('#comments').html('#{escape_javascript(render(:partial => 'shared/comments', :locals => { :comments => @order_comment.order.comments }))}');