/ip_addresses: add paginator to group_by=(user|ip_addr) pages.
This commit is contained in:
@@ -20,5 +20,3 @@
|
||||
<%= link_to "IP info", "https://ipinfo.io/#{ip.ip_addr}" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<%= numbered_paginator(@ip_addresses) %>
|
||||
|
||||
@@ -21,5 +21,7 @@
|
||||
<% elsif @ip_addresses.present? %>
|
||||
<%= render "index" %>
|
||||
<% end %>
|
||||
|
||||
<%= numbered_paginator(@ip_addresses) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user