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@1517: <%= render_project_action_links %> Chris@0:
Chris@0: chris@124:

chris@124: <%= l("label_project_all") %> chris@124:

chris@124: chris@124: <%= render_project_table(@projects) %> chris@123: chris@123:

<%= pagination_links_full @project_pages, @project_count %>

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)) -%>