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

<%= sort_header_tag('name', :caption => _('Project')) %> <%= sort_header_tag('created_on', :caption => _('Created on')) %> <% for project in @projects %> "> <% 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 %> ]