Initial commit
This commit is contained in:
3
app/views/reports/index.js.erb
Normal file
3
app/views/reports/index.js.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
$("#reports").html("<%= j render(@reports) %>");
|
||||
$("form input[type='search']").val("<%= params[:query] %>");
|
||||
$("#reports_pagination").html("<%= j will_paginate @reports %>");
|
||||
Reference in New Issue
Block a user