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