<%= notice %>

Name: <%= @user.name %>

State: <%= @user.human_state_name %>

Access State: <%= @user.human_access_state_name %>

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