#very rudimentary version to get you started
<% end %>
<%= link_to_function("Edit", nil, :id => "about_me_edit_button") do |page|
page[:about_me].toggle
page[:about_me_form].toggle
end %>
About Me
Country:
<%=h @profile.country %>
Birthday:
<%=h @profile.birthday %>
Gender:
<%=h @profile.gender %>
Education:
<%=h @profile.education %>
Job:
<%=h @profile.job %>
Politics:
<%=h @profile.politics %>
Religion:
<%=h @profile.religion %>
Statement:
<%=h @profile.statement %>