added ip addr search

This commit is contained in:
albert
2011-07-29 18:04:50 -04:00
parent 5da43c54f0
commit c8afd34d15
55 changed files with 406 additions and 189 deletions

View File

@@ -29,3 +29,5 @@
<% content_for(:page_title) do %>
/Users/<%= @user.name %>/Settings
<% end %>
<%= render "secondary_links" %>

View File

@@ -48,9 +48,7 @@
</tbody>
</table>
<div class="paginator">
<%= numbered_paginator(@users) %>
</div>
<%= numbered_paginator(@users) %>
<%= render "secondary_links" %>
</div>