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