<%=l(:label_project_plural)%>

<%= sort_header_tag('name', :caption => l(:label_project)) %> <%= sort_header_tag('created_on', :caption => l(:field_created_on)) %> <% for project in @projects %> "> <% end %>
<%=l(:field_description)%> <%=l(:field_is_public)%> <%=l(:label_subproject_plural)%>
<%= link_to project.name, :controller => 'projects', :action => 'settings', :id => project %> <%= project.description %> <%= image_tag 'true' if project.is_public? %> <%= project.projects_count %> <%= format_date(project.created_on) %> <%= button_to l(:button_delete), { :controller => 'projects', :action => 'destroy', :id => project }, :class => "button-small" %>

<%= pagination_links_full @project_pages %> [ <%= @project_pages.current.first_item %> - <%= @project_pages.current.last_item %> / <%= @project_count %> ]

<%= link_to ('» ' + l(:label_project_new)), :controller => 'projects', :action => 'add' %>