IP Bans

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