<%=_('Description')%> | <%=_('Public')%> | <%=_('Subprojects')%> | <%= sort_header_tag('created_on', :caption => _('Created on')) %>|||
---|---|---|---|---|---|
<%= 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' %>