<% rounded(:class => "tips") do %>

<%= t('about_me') %>

<%end%> <% rounded(:class => "tips") do %>

<%= t('my_friends') %>

<%end%> <% rounded(:class => "tips") do %>

<%= t('space.member_of') %>

<%if @user.stages.length== 0%>
<%= t('space.subscribed_to_none') %> <%else%> <% for space in @user.stages%>
<%=link_to name_format(space.name, 16,""), space_path(space), :title => space.name%> <%end%> <%end%> <%end%> <% rounded() do %> <%= render :partial=>'shared/tag_cloud'%> <%end%> <% rounded(:class => "tips") do %> <%= link_to 'Ask for Resources', contact_mail_machines_path%> <%end%> <% rounded(:class => "tips") do %>
<%=link_to(image_tag("logo_sidebar.png"),"http://#{Site.current.domain}")%>
<%end%>