<%= stylesheet_link_tag 'style' %> <%= stylesheet_link_tag 'scaffold' %> <%= javascript_include_tag :defaults %> <% user = @user %>

<%= user.login %>

Login Role E-mail Password
<%= user.login %> <%= user.roles %> <%= link_to_remote user.email, :update => 'change', :url => { :action => :change_email, :id => user.id } %> <%= link_to_remote 'Reset/Change', :update => 'change', :url => { :action => :reset_password, :id => user.id } %>
<%= link_to 'Back to Main', :controller => 'main', :action => 'main' %>