aboutsummaryrefslogtreecommitdiff
path: root/app/views/users/index.html.erb
blob: 3451981391f191db00e5d15b1357bbdcc0d4f897 (plain)
1
2
3
4
<h1>Agent <%= current_agent %> Members</h1>
<p>This agent counts (<%= pluralize(@users.count, "member") %>)</p>

<%= render partial: 'user', collection: @users %>