Chris@0: <% content_for :header_tags do %>
Chris@0: <%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %>
Chris@0: <% end %>
Chris@0:
Chris@0:
chris@22: <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%>
Chris@100: <%= '| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') if User.current.allowed_to?(:add_project, nil, :global => true) %>
Chris@0:
Chris@0:
chris@123: <% if @user_projects %>
luisf@69:
chris@123: <%= render_my_project_hierarchy(@user_projects)%>
Chris@0:
luisf@69: <% end %>
luisf@69:
chris@124:
chris@124: <%= l("label_project_all") %>
chris@124:
chris@124:
chris@124: <%= render_project_table(@projects) %>
chris@123:
chris@123:
luisf@69:
Chris@0:
Chris@0: <% other_formats_links do |f| %>
Chris@0: <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
Chris@0: <% end %>
Chris@0:
Chris@0: <% html_title(l(:label_project_plural)) -%>