]> source.dussan.org Git - redmine.git/commitdiff
Fixes display of archived child projects on the admin project list.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 22 Oct 2010 15:11:04 +0000 (15:11 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 22 Oct 2010 15:11:04 +0000 (15:11 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4271 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/admin/projects.rhtml
public/stylesheets/application.css

index 93f6285f02d18452d090b5b6bf5b10aac73f5d25..e1f079c4f63c5011a1437350f0ee51918fc45e12 100644 (file)
@@ -26,7 +26,7 @@
   <tbody>
 <% project_tree(@projects) do |project, level| %>
   <tr class="<%= cycle("odd", "even") %> <%= project.css_classes %> <%= level > 0 ? "idnt idnt-#{level}" : nil %>">
-       <td class="name"><%= link_to_project(project, {:action => 'settings'}, :title => project.short_description) %></td>
+       <td class="name"><span><%= link_to_project(project, {:action => 'settings'}, :title => project.short_description) %></span></td>
        <td align="center"><%= checked_image project.is_public? %></td>
        <td align="center"><%= format_date(project.created_on) %></td>
   <td class="buttons">
index b286ee23c30ad13bcab229e97f3c293bd128f9f8..65ad9649248e9a266f7b78dde6a092ed1785d132 100644 (file)
@@ -113,7 +113,7 @@ table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
 
 tr.project td.name a { white-space:nowrap; }
 
-tr.project.idnt td.name a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
+tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
 tr.project.idnt-1 td.name {padding-left: 0.5em;}
 tr.project.idnt-2 td.name {padding-left: 2em;}
 tr.project.idnt-3 td.name {padding-left: 3.5em;}