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