<%= t("listing_users") %>

<%- @collection.each do |user|%> <% end %>
<%= order @search, :by => :email, :as => t("user") %> <%= t("action") %>
<%=link_to user.email, object_url(user) %> <%= link_to_edit user %>   <%= link_to_delete user %>
<%= will_paginate(:prev => "« #{t('previous')}", :next => "#{t('next')} »") %> <% content_for :sidebar do %> <% form_for @search do |f| %>

<%= t(:search) %>

<%= t("email") %>
<%= f.text_field :email_contains, :size=>18 %>

<%= button t("search") %>

<% end %> <% end %>