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@1139: <%= ('| ' + link_to(l(:label_issue_view_all), issues_path)).html_safe if User.current.allowed_to?(:view_issues, nil, :global => true) %>
chris@1139: <%= ('| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add')).html_safe if User.current.allowed_to?(:add_project, nil, :global => true) %>
Chris@0:
Chris@0:
chris@123: <% if @user_projects %>
luisf@69:
chris@1139: <%= render_my_project_hierarchy(@user_projects) %>
Chris@0:
luisf@69: <% end %>
Chris@0:
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@909: <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
Chris@0: <% end %>
Chris@0:
Chris@1115: <% content_for :sidebar do %>
Chris@1115: <%= form_tag({}, :method => :get) do %>
Chris@1115: <%= l(:label_project_plural) %>
Chris@1115:
Chris@1115: <%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %>
Chris@1115: <% end %>
Chris@1115: <% end %>
Chris@1115:
Chris@0: <% html_title(l(:label_project_plural)) -%>