Display the <%= SITE_TITLE %> User



ID: <%= @u.id %>
Login: <%= @u.login %>
Fullname: <%= @u.fullname %>
Activated: <%= @u.activated_at %>
Updated: <%= @u.updated_at %>


This user "owns:" <% @r = Resource.find(:all, :order => 'name', :conditions => "contact_email ~ '#{@u.email}'") %> <% @r.sort.each do |res| %> <%= link_to res.name, {:controller => 'resource', :action => 'show', :id => res.id } %> <% end %>