<%=l(:field_description)%> | <%=l(:field_is_public)%> | <%=l(:label_subproject_plural)%> | <%= sort_header_tag('created_on', :caption => l(:field_created_on)) %>||||
---|---|---|---|---|---|---|
<%= project.active? ? link_to(project.name, :controller => 'projects', :action => 'settings', :id => project) : h(project.name) %> | <%= textilizable project.description, :project => project %> | <%= image_tag 'true.png' if project.is_public? %> | <%= project.children.size %> | <%= format_date(project.created_on) %> | <%= link_to(l(:button_archive), { :controller => 'projects', :action => 'archive', :id => project }, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-lock') if project.active? %> <%= link_to(l(:button_unarchive), { :controller => 'projects', :action => 'unarchive', :id => project }, :method => :post, :class => 'icon icon-unlock') if !project.active? && (project.parent.nil? || project.parent.active?) %> | <%= link_to(l(:button_delete), { :controller => 'projects', :action => 'destroy', :id => project }, :class => 'icon icon-del') %> |
<%= pagination_links_full @project_pages, :status => @status %> [ <%= @project_pages.current.first_item %> - <%= @project_pages.current.last_item %> / <%= @project_count %> ]