##// END OF EJS Templates
Fixes display of archived child projects on the admin project list....
Jean-Philippe Lang -
r4157:2fbf7bbcf1af
parent child
Show More
@@ -26,7 +26,7
26 26 <tbody>
27 27 <% project_tree(@projects) do |project, level| %>
28 28 <tr class="<%= cycle("odd", "even") %> <%= project.css_classes %> <%= level > 0 ? "idnt idnt-#{level}" : nil %>">
29 <td class="name"><%= link_to_project(project, {:action => 'settings'}, :title => project.short_description) %></td>
29 <td class="name"><span><%= link_to_project(project, {:action => 'settings'}, :title => project.short_description) %></span></td>
30 30 <td align="center"><%= checked_image project.is_public? %></td>
31 31 <td align="center"><%= format_date(project.created_on) %></td>
32 32 <td class="buttons">
@@ -113,7 +113,7 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
113 113
114 114 tr.project td.name a { white-space:nowrap; }
115 115
116 tr.project.idnt td.name a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
116 tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
117 117 tr.project.idnt-1 td.name {padding-left: 0.5em;}
118 118 tr.project.idnt-2 td.name {padding-left: 2em;}
119 119 tr.project.idnt-3 td.name {padding-left: 3.5em;}
General Comments 0
You need to be logged in to leave comments. Login now