<%=_('Projects')%>

<%= sort_header_tag('name', :caption => _('Project')) %> <%= sort_header_tag('created_on', :caption => _('Created on')) %> <% for project in @projects %> "> <% end %>
<%=_('Description')%> <%=_('Public')%> <%=_('Subprojects')%>
<%= link_to project.name, :controller => 'projects', :action => 'settings', :id => project %> <%= project.descr %> <%= image_tag 'true' if project.is_public? %> <%= project.projects_count %> <%= format_date(project.created_on) %> <%= start_form_tag({:controller => 'projects', :action => 'destroy', :id => project}) %> <%= submit_tag _('Delete'), :class => "button-small" %> <%= end_form_tag %>

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

<%= link_to ('» ' + _('New project')), :controller => 'projects', :action => 'add' %>