<%= l(:label_subproject_plural) %>: <%= @project_tree[project].sort.collect {|subproject| link_to(h(subproject.name), {:action => 'show', :id => subproject}, :class => (User.current.member_of?(subproject) ? "icon icon-fav" : ""))}.join(', ') %>
<% end %> <% end %> <% if User.current.logged? %><%= l(:label_my_projects) %>
<% end %><%= l(:label_export_to) %> <%= link_to 'Atom', {:format => 'atom', :key => User.current.rss_key}, :class => 'feed' %>
<% html_title(l(:label_project_plural)) -%>