User Management

Total users: <%= @users.count %>
<% if notice = flash[:notice] %>

<%= notice %>

<% end %> <% if alert = flash[:alert] %>

<%= alert %>

<% end %>
<% if @users.empty? %>

No users found.

<% end %>