User Hub

<%= render :partial => 'avatar/sidebar_box' %> <%= render :partial => 'faq/sidebar_box', :collection => Faq::FAVORITES %>
<%= h @spec.full_name.or_else("Your Name") %>
<%= h @spec.occupation.or_else("Your Occupation") %>
<%= h @spec.location.or_else("Your Location") %>
<%= link_to "(edit)", :controller => "spec", :action => "edit" %>
<%= link_to profile_for(@user), profile_for(@user) %>
My Bio: <%= link_to "(edit)", :controller => "faq", :action => "edit" %>
<%= sanitize @faq.bio %>

Friends: <%= render :partial => "friendship/friends" %>
Blog: <%= link_to "(manage)", posts_path(@blog) %> <%= render :partial => "profile/blog" %>