Listing Agents

<% @users.each do |user| %> <% end %>
Username Email Date Registered Sign in count
<%= link_to user.username, agent_profile_path(user) %> <%= user.email %> <%= user.created_at %> <%= user.sign_in_count%>

<%= link_to 'New Mission', new_mission_path %>