Files
old-holivud2/app/views/reports/index.js.erb

3 lines
176 B
Plaintext
Raw Normal View History

2020-05-31 22:38:19 +02:00
$("#reports").html("<%= j render(@reports) %>");
$("form input[type='search']").val("<%= params[:query] %>");
$("#reports_pagination").html("<%= j will_paginate @reports %>");