<%=h @user.first %> <%=h @user.last %>
<%=h @user.email %>
<%= @user.first %> has access to the following locations:
<% @user.locations.each do |location| %>
- <%= location.name %>
<% end %>
<%= link_to 'Edit', edit_user_path(@user) %> |
<%= link_to 'Back', users_path %>