This commit is contained in:
r888888888
2015-10-15 13:28:38 -07:00
parent d0de3b3b62
commit 8a09151c14

View File

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