Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

9 lines
285 B
Plaintext
Executable File

$('#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();