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

4 lines
217 B
Plaintext
Raw Normal View History

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