vita_app/app/views/admin/articles/update.js.erb
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +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();