<%=l(:field_description)%> | <%=l(:field_is_public)%> | <%=l(:label_subproject_plural)%> | <%= sort_header_tag('created_on', :caption => l(:field_created_on)) %>|||
---|---|---|---|---|---|
<%= link_to project.name, :controller => 'projects', :action => 'settings', :id => project %> | <%=h project.description %> | <%= image_tag 'true.png' if project.is_public? %> | <%= project.children.size %> | <%= 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 %> ]