Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +02: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();