Link IP addresses to IP searches.

This commit is contained in:
evazion
2017-01-12 05:21:35 +00:00
parent 63d5c7900d
commit bdf3366bcf
11 changed files with 14 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
<tbody>
<% @results.each do |ip_address, count| %>
<tr>
<td><%= link_to ip_address, moderator_ip_addrs_path(:search => {:ip_addr => ip_address}) %></td>
<td><%= link_to_ip ip_address %></td>
<td><%= count %></td>
</tr>
<% end %>