<%=h @user.first %> <%=h @user.last %>

<%=h @user.email %>

<%= @user.first %> has access to the following locations:

<%= link_to 'Edit', edit_user_path(@user) %> | <%= link_to 'Back', users_path %>