fixed ip ban ui

This commit is contained in:
albert
2011-10-17 00:31:49 -04:00
parent b9ace89e53
commit d20f1ee0a4
5 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= link_to "Listing", ip_bans_path %></li>
<li><%= link_to "New", new_ip_ban_path %></li>
</menu>
<% end %>