fixes #3729
This commit is contained in:
5
app/views/moderator/ip_addrs/index.json.erb
Normal file
5
app/views/moderator/ip_addrs/index.json.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<% if params[:search][:user_id].present? || params[:search][:user_name].present? %>
|
||||
<%= render "ip_listing.json" %>
|
||||
<% else %>
|
||||
<%= render "user_listing.json" %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user