<%=_('Public projects')%>

<%= sort_header_tag('projects.name', :caption => _('Project')) %> <%= sort_header_tag('projects.created_on', :caption => _('Created on')) %> <% odd_or_even = 1 for project in @projects odd_or_even = 1 - odd_or_even %> <% end %>
Description
<%= link_to project.name, :action => 'show', :id => project %> <%= project.descr %> <%= format_date(project.created_on) %>
<%= pagination_links_full @project_pages %> [ <%= @project_pages.current.first_item %> - <%= @project_pages.current.last_item %> / <%= @project_count %> ]