IP Bans

<% @ip_bans.each do |ip_ban| %> <% end %>
IP Address Banner Reason
<%= link_to_ip ip_ban.subnetted_ip %> <%= link_to_user ip_ban.creator %> <%= ip_ban.reason %> <%= link_to "Unban", ip_ban_path(ip_ban), :remote => true, :method => :delete, :data => {:confirm => "Do your really want to unban #{ip_ban.ip_addr}?"} %>
<%= numbered_paginator(@ip_bans) %>
<%= render "secondary_links" %>