Nicolas Bally ef2a73636b initial 2
2015-02-24 23:47:26 +01:00

9 lines
285 B
Plaintext

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