Name: <%=h @user.name %>

Email: <%=h @user.email %>

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