View and manage all system users
| Name | Admin User | Action | |
|---|---|---|---|
| <%= "#{u.first_name} #{u.last_name}" %> | <%= u.email %> | <%= u.admin ? ''.html_safe : ''.html_safe %> | <%= link_to admin_get_user_path(u.id), class: "btn btn-sm btn-outline-primary" do %> Edit <% end %> |