7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
<% js = escape_javascript(
|
|
|
|
render(partial: 'batches/search', locals: { batches: @batches })
|
|
) %>
|
|
$("#filterrific_results").html("<%= js %>");
|
|
$('.pagination a').attr('data-remote', 'true');
|