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

@@ -2,7 +2,7 @@
<div id="a-index">
<h1>IP Bans</h1>
<table>
<table class="striped">
<thead>
<tr>
<th>IP Address</th>
@@ -22,6 +22,9 @@
<% end %>
</tbody>
</table>
<%= numbered_paginator(@ip_bans) %>
</div>
</div>
<%= render "secondary_links" %>