Personal Information
<%= link_to "Edit", :controller => :users, :action => :edit, :section => :about_me %>
Organization:
<%=h @user.profile.organization %>
BirthDay:
<%=h @user.birthday.to_s() %>
Age:
<%=h @user.age %>
Actual City:
<%=h @user.profile.city %>, <%=h @user.profile.country %>
About me:
<%=h @user.profile.description %>
Contact Information
<%= link_to "Edit", :controller => :users, :action => :edit, :section => :contact_info %>
Experience
<%= link_to "Edit", :controller => :users, :action => :edit, :section => :my_experience %>
<%=h @user.profile.experience %>