Nicolas Bally fea44b6c50 manys
2016-02-16 10:32:04 +01:00

14 lines
263 B
Plaintext

if($('#realisation_index').length > 0){
$('#realisation_index').replaceWith("<%= escape_javascript(render(:partial => "index_block")) %>");
}
else{
$('body').html("<%= escape_javascript(render(:template => 'admin/realisations/index.html.haml')) %>");
}