Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

3 lines
201 B
Plaintext

close_pane_hover();
$('#article_row_<%= @article.id %>').replaceWith("<%= escape_javascript(render(@article))%>");
$('#article_show').replaceWith("<%= escape_javascript(render(:partial => "show"))%>");