foodsoft/app/views/articles/create.js.haml

4 lines
180 B
Plaintext

$('#modalContainer').modal('hide');
$('#listbody').prepend('#{escape_javascript(render(@article))}');
= render 'import_article_added', article: @article if @article.shared_article