<%= 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 %>
<%= render :partial => "friendship/friends" %>