@@ -19,7 +19,6 | |||||
19 | <table class="list"> |
|
19 | <table class="list"> | |
20 | <thead><tr> |
|
20 | <thead><tr> | |
21 | <th><%=l(:label_project)%></th> |
|
21 | <th><%=l(:label_project)%></th> | |
22 | <th><%=l(:field_description)%></th> |
|
|||
23 | <th><%=l(:field_is_public)%></th> |
|
22 | <th><%=l(:field_is_public)%></th> | |
24 | <th><%=l(:field_created_on)%></th> |
|
23 | <th><%=l(:field_created_on)%></th> | |
25 | <th></th> |
|
24 | <th></th> | |
@@ -27,8 +26,7 | |||||
27 | <tbody> |
|
26 | <tbody> | |
28 | <% project_tree(@projects) do |project, level| %> |
|
27 | <% project_tree(@projects) do |project, level| %> | |
29 | <tr class="<%= cycle("odd", "even") %> <%= project.css_classes %> <%= level > 0 ? "idnt idnt-#{level}" : nil %>"> |
|
28 | <tr class="<%= cycle("odd", "even") %> <%= project.css_classes %> <%= level > 0 ? "idnt idnt-#{level}" : nil %>"> | |
30 | <td class="name"><%= link_to_project(project, :action => 'settings') %></td> |
|
29 | <td class="name"><%= link_to_project(project, {:action => 'settings'}, :title => project.short_description) %></td> | |
31 | <td><%= textilizable project.short_description, :project => project %></td> |
|
|||
32 | <td align="center"><%= checked_image project.is_public? %></td> |
|
30 | <td align="center"><%= checked_image project.is_public? %></td> | |
33 | <td align="center"><%= format_date(project.created_on) %></td> |
|
31 | <td align="center"><%= format_date(project.created_on) %></td> | |
34 | <td class="buttons"> |
|
32 | <td class="buttons"> |
General Comments 0
You need to be logged in to leave comments.
Login now