<%= notice %>

Id: <%= @user.id %>

Name: <%= @user.name %>

<%= link_to 'Back', users_path %> <%= link_to 'Logout', signout_path,method: :delete if current_user%>