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